FSV-C-logoff-user

特定のユーザーをログオフします。

構文:

FSV-C を使用して fsview が初期化されている場合、次の構文が使用されます。

call FSV-C-logoff-user using      l-user-id

FSV-C-long-password を使用して fsview が初期化されている場合、次の構文が使用されます。

call FSV-C-logoff-user using      l2-user-name
                                       l2-user-name-length

パラメーター:

FSV-C を使用して fsview が初期化されている場合のパラメーター

l-user-id
pic 9(5)

FSV-C-long-password を使用して fsview が初期化されている場合のパラメーター

12-new-user
pic x(100)
l2-user-name-length
pic x(2) comp-x

入力パラメーター:

FSV-C を使用して fsview が初期化されている場合

l-user-id
ログオフするユーザーのユーザー ID

FSV-C-long-password を使用して fsview が初期化されている場合

12-new-user
新しい長いユーザー名
l2-user-name-length
新しい長いユーザー名の長さを指定します

出力パラメーター:

なし。

説明:

呼び出しが成功したかどうかは、RETURN-CODE を確認してチェックできます。