Use FileCatalogue to copy a BIM file to either a PDS directory or a VSE directory, depending upon the host operating system. (The FileCopy command is a more generalized facility and can be be used to perform the same function.)
FileCatalogue may also be entered as FileCatal[ogue], CatalogueFile, CatalogFile, CatalFile, or Catal[ogue].
Required Operands
FILE is the name of the existing BIM file to copy.
FILED is the name of the PDS or VSE file which is the destination for FileCatalogue. The currently attached PDS or VSE directory (see DirAttach) will be used unless the directory name is prefixed to the file name.
Optional Operands
DATA specifies whether a PROC type VSE file contains SYSIPT data. Can be "YES" or "NO".
Default: NO.
When Valid
The user must have LIST access level for the FILE directory, and DEF access level for the FILED directory. FILED must not already exist.
Return Codes
OK Successful
NF One of the following:
FILE file not found.
FILED directory not found.
SC Inadequate access level.
Procedure Notes
FileCatalogue sets the TXM variables to the attributes of FILE.
Examples
Catalogue BIM file PYRL007 from the current BIM directory as a PROC type file containing SYSIN data in the current VSE directory:
=> catal pyr1007,pyr1007.proc,data=yes
Catalogue BIM file PAYROLL.PAYMAST-LAYOUT to the VSE directory PRODLIB.PAYROLL as PAYMAST.C:
=> catal payroll.paymast-layout,prodlib.payroll.paymast.c
Catalogue BIM file PYRL007 from the current BIM directory to the current PDS directory:
=> catal pyrl007,pyrl007