RCCVFQFT

RCCVFQFT validates the FullyQualifiedFileType argument.

Purpose

For the Windows® platform, this parameter must start with the drive letter (for example, X:\) and may not contain the slash (/) character.

For the UNIX® platform, this parameter must start with a slash (/) character and may not contain the backslash (\) character.

Syntax

RCCVFQFT(FullyQualifiedFileType,platform) 

Arguments

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

FullyQualifiedFileType
The fully qualified file type.
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 RCCVFQFT function; it also provides a description of the meaning of the codes.

Table 1. Result of running the RCCVFQFT function
Return code Reason code Description
0 600 Processing successful.
8 611 Required argument missing.
612 Invalid argument value.
616 Improper number of arguments.
617 Invalid file type.
619 Invalid null file type.
12 698 Internal error.
699 Internal error.

Example

PARSE Value RCCVFQFT(‘/var/tmp/testvob/dir1/*.cbl','UNIX') 
With rccret rccrsn rccmsg

Output

None.