FSV-C-check-password

Sets the FSVIEW password for a specific server.

Syntax:

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

call FSV-C-check-password using      l-server-password

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

call FSV-C-check-password using      l2-server-password
                                       l2-user-password-length

Parameters:

Parameters when fsview has been initialized using FSV-C:

l-server-password
pic x(20)

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

l2-server-password
pic x(100)
l2-user-password-length
pic x(2) comp-x

On Entry:

When fsview has been initialized using FSV-C:

l-server-password
The FSVIEW password

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

l2-server-password
The FSVIEW long password
l2-user-password-length
The FSVIEW long password length

On Exit:

None.

Comments:

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