RCCVTSCD
RCCVTSCD validates the TSCdirectory argument.
Purpose
For the Windows® platform, a fully qualified file name in the list must start with the drive letter (for example, X:\) and may not contain the slash (/) character.
For the Linux® and UNIX® platforms, the name must start with a slash (/) character and may not contain the backslash (\) character.
Syntax
RCCVTSCD(TSCdiretory,platform)
Arguments
You can use the following arguments when you run the RCCVTSCD function:
- The directory where the server component of TSO Client is installed.
- The name of the platform that contains the DevOps Code ClearCase® VOB. Allowable values: WINDOWS or UNIX.
Result
The following table lists the return and reason codes that result from running the RCCVTSCD 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 RCCVTSCD(‘/var/tmp/samples/userID','UNIX')
With rccret rccrsn rccmsg
Output
None.