Specifies whether the run-time system treats input from a STDIN stream as record sequential or line sequential.
Note:
Restriction:
These tunables are supported for native COBOL only.
Syntax:
>>-----set redir_stdin_is_recsq=---.-TRUE-.-------------><
+-FALSE+
Parameters:
| TRUE
|
The run-time system treats input from a STDIN stream as record sequential.
|
| FALSE
|
The run-time system treats input from a STDIN stream as line sequential.
|
Properties:
| Default:
|
FALSE
|
| IDE equivalent:
|
None
|