FSV-C-logoff-user

Logs off a specific user.

Syntax:

When the fsview has been initialized using FSV-C it uses the following syntax:

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

When the fsview has been initialized using FSC-C-long-password it uses the following syntax:

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

Parameters:

Parameters when fsview has been initialized using FSV-C:

l-user-id
pic 9(5)

Parameters when fsview has been initialized using FSV-C-long-password:

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

On Entry:

When the fsview has been initialized using FSV-C:

l-user-id
The user ID of the user to be logged off

When the fsview has been initialized using FSV-C-long-password:

l2-new-user
The new long user name
l2-user-name-length
Specifies the new long username length

On Exit:

None.

Comments:

The success of the call can be checked by examining RETURN-CODE.