OUTPUT_FILE - UENCRYPT configuration option
Description
The OUTPUT_FILE option specifies the file to which the encrypted input file is written.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Command Line, Short Form | n/a | ||||
Command Line, Long Form | n/a | ||||
STRUEN Parameter | OUTFILE(output_file) [OUTMBR(member)] |
|
Values
output_file is the name of the file which the input file is written.
Valid values for output_file are:
- *STDOUT
Encrypted input file is written to stdout. Standard output is allocated to the terminal if STRUEN is executed interactively. The ILE session terminal is displayed to view the output. Standard output is allocated to file QPRINT if STRUEN is executed in batch. - file_name
Encrypted input file is written to the specified file.
file_name can be qualified by a library name. Otherwise, the library list *LIBL is searched for the first occurrence of the file name. If the file is not found, it is created as a physical source file with a record length of 266. If *LIBL is specified or implied, the file is created in QGPL.
A member name can be used for further qualification by specifying the OUTMBR parameter.