FRMFILES - UCOPY configuration option
Description
The FRMFILES option specifies the names of additional files to copy.
Files are copied in the order listed, starting with the file specified by the FRMFILE option and continuing with the files specified in FRMFILES. The resulting output file is a concatenation of all input files. Up to 39 files can be specified in the list.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Command Line, Short Form | n/a | ||||
Command Line, Long Form | n/a | ||||
STRUCP Parameter | FRMFILES( [library/ ]file [member] )... |
|
Values
file is the name of an additional file to copy.
library is the name of a library with which file optionally can be qualified.
Valid values for library are:
- *libl
File is located in the library list. - *curlib
File is located in the current library. - library name
File is located in the specified library.
member is the name of a member in the specified file to copy.
Valid values for member are:
- *first
First member in the file is processed. - *all
All members in the file are processed as one.
Default is *first.