RCCVVDIR

RCCVVDIR validates the distributedViewDirectory 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 Linux® and UNIX® platforms, the name must start with a slash (/) character and may not contain the backslash (\) character.

Syntax

RCCVVDIR(distributedViewDirectory,platform) 

Arguments

You can use the following arguments when you run the RCCVVDIR function:

distributedViewDirectory
The name of the distributed DevOps Code ClearCase® view directory.
platform
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 RCCVVDIR function; it also provides a description of the meaning of the codes.

Table 1. Result of running the RCCVVDIR function
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 RCCVVDIR(‘Z:\testvob\dir1\','WINDOWS') 
With rccret rccrsn rccmsg

Output

None.