特定のサーバーの FSVIEW パスワードを設定します。
 
	 構文:
 
		 
		 FSV-C を使用して fsview が初期化されている場合、次の構文が使用されます。
 
		call FSV-C-check-password using      l-server-password
 
		 FSV-C-long-password を使用して fsview が初期化されている場合、次の構文が使用されます。
 
		call FSV-C-check-password using      l2-server-password
                                       l2-user-password-length
 
	  
 
	 パラメーター:
 
		 
		FSV-C を使用して fsview が初期化されている場合のパラメーター
 
		 
		   
			 - l-server-password
 
 
			 - pic x(20)
 
 
		   
		
 
		FSV-C-long-password を使用して fsview が初期化されている場合のパラメーター
 
		 
		   
			 -  l2-server-password
 
 
			 - pic x(100)
 
 
		   
		   
			 -  l2-user-password-length
 
 
			 - pic x(2) comp-x
 
 
		   
		
 
	  
 
	 入力パラメーター:
 
		 
		FSV-C を使用して fsview が初期化されている場合
 
		 
		   
			 - l-server-password
 
 
			 - FSVIEW パスワード
 
 
		   
		
 
		FSV-C-long-password を使用して fsview が初期化されている場合
 
		 
		   
			 -  l2-server-password
 
 
			 - FSVIEW の長いパスワード
 
 
		   
		   
			 -  l2-user-password-length
 
 
			 - FSVIEW の長いパスワードの長さ
 
 
		   
		
 
	  
 
	 
 
	 
 
   
 
説明:
呼び出しが成功したかどうかは、RETURN-CODE を確認してチェックできます。