SIO_LOCAL_FILE - UCMD Manager configuration option
Description
The SIO_LOCAL_FILE option specifies the location, instead of the default location, to which standard file data should be written or from where it should be read.
IBM i | SIO_LOCAL_FILE specifies the local file to be used for the standard files of the STRUCM command. The STRUCM standard files are redirected to and from the standard files of the remote command. |
---|---|
UNIX | SIO_LOCAL_FILE specifies that the standard file data should be written to or read from the specified file name instead of the standard output, standard error, and standard input of UCMD Manager. |
Windows | SIO_LOCAL_FILE specifies that the standard file data should be written to or read from the specified local file instead of the default file. |
z/OS | SIO_LOCAL_FILE specifies that the standard file data should be written to or read from the specified ddname instead of the default ddnames. |
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Command Line, Short Form | -F ddname or file |
|
|
| |
Command Line, Long Form | -localfile ddname or file |
|
|
| |
Environment Variable | n/a | ||||
Configuration File Keyword | n/a | ||||
STRUCM stdin Parameter STRUCM stdout Parameter STRUCM stderr Parameter | SINFILE(input_file) [SINMBR(member)] SOTFILE(output_file) [SOTMBR(member)] SERFILE(output_file) [SERMBR(member)] |
|
Values
IBM i | input_file is the file from where the data is read. Valid values for input_file are:
|
---|---|
UNIX | file is the file, instead of the default file, to which the data is written or from where it is read. |
Windows | file is the file, instead of the default file, to which the data is written or from where it is read. |
z/OS | ddname is the ddname, instead of the default ddname, to which the data is written or from where it is read. |
Default
z/OS
Default values are:
- UNVOUT for standard out
- UNVERR for standard error
- UNVIN for standard input