MODE - UCOPY configuration option
Description
The MODE option specifies the mode in which input files are read and output files are written.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Command Line, Short Form | -m mode |
|
|
|
|
Command Line, Long Form | -mode mode |
|
|
|
|
STRUCP Parameter | n/a |
|
|
|
|
Values
mode is the mode in which the files are read and written.
Valid values for mode are:
binary
Treats all data as binary data. No interpretation of end-of-line characters or end-of-file characters is performed.text
Treats all data as text data. End-of-line characters are interpreted.
Default is binary.
UNIX | There is no difference between binary and text. |
|---|