FRMFILE - UCOPY configuration option
Description
The FRMFILE option specifies the name of a file to copy.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Command Line, Short Form | n/a | ||||
Command Line, Long Form | n/a | ||||
STRUCP Parameter | FRMFILE( [library/ ] file) |
|
Values
file is the name of a file to copy.
Valid values for file are:
- *stdin
Data is copied from the job's standard input file.- If executed from an interactive job, standard input is allocated to the terminal. An ILE session manager screen is displayed in which the user enters the data to copy.
- If executed from a batch job, file QINLINE is allocated to standard input.
- file name_
Data is copied from the specified file.
Default is *stdin.
library is the name of a library with which file optionally can be qualified.
- *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.