RCCVDUP
RCCVDUP validates the distributed user password argument. A valid password may not contain blanks.
Syntax
RCCVDUP(distributedUserPassword)
Arguments
You can use the following argument when you run the RCCVDUP function:
- The password for the user ID of the distributed system on which you are running DevOps Code ClearCase® and the server component of TSO Client.
Result
The following table lists the return and reason codes that result from running the RCCVDUP function; it also provides a description of the meaning of the codes.
Return code | Reason code | Description |
---|---|---|
0 | 600 | Processing successful. |
8 | 611 | Required argument missing. |
612 | Invalid argument value. | |
616 | Improper number of arguments. | |
12 | 698 | Internal error. |
699 | Internal error. |
Example
PARSE Value RCCVDUP(‘password’) With rccret rccrsn rccmsg
Output
None.