SIO_TRAILING_SPACES - UCMD Manager configuration option
Description
The SIO_TRAILING_SPACES option specifies how fixed format records are read from the UNVIN ddname.
Note
SIO_TRAILING_SPACES is only for standard input, text mode option for z/OS.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Command Line, Short Form | n/a | ||||
Command Line, Long Form | -trailingspaces option |
| |||
Environment Variable | n/a | ||||
Configuration File Keyword | n/a | ||||
STRUCM Parameter | n/a |
Values
option is the specification for how records are read.
Valid values for option are:
- yes
Complete record is read (including trailing spaces). - no
Record is truncated after the last non-space character.
Default is no.