INPUT_FILE - UENCRYPT configuration option
Description
The INPUT_FILE option specifies the input file that is to be encrypted.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Command Line, Short Form | n/a | ||||
Command Line, Long Form | n/a | ||||
STRUEN Parameter | INFILE(input_file) [INMBR (member)] |
|
Values
input_file is the name of the file to be encrypted.
Valid values for input_file are:
- *STDIN
Input file is read from standard input. Standard input is allocated to the workstation for interactive jobs and to file QINLINE for batch jobs. If executed as an interactive job, an ILE session terminal is displayed, from which input can be entered at the terminal. - file_name
Input file is read from the specified file.
file_name can be qualified by a library name. Otherwise, library list *LIBL is searched for the first occurrence of the file name.
A member name can be used for further qualification by specifying the INMBR parameter.