Specifies whether the first ACCEPT or READ from STDIN takes the input from the command line.
Restriction: These tunables are supported for native COBOL only.
Syntax:
>>-----set command_line_accept=---.-TRUE-.-------------><
+-FALSE+
Parameters:
TRUE
|
The first ACCEPT or READ from STDIN takes the input from the command line.
|
FALSE
|
The first ACCEPT or READ from STDIN takes the input from the user. This provides direct ANSI conformance.
|
Properties:
Default:
|
FALSE
|
IDE equivalent:
|
Use the
Application.config file of the project - right-click the file in Solution Explorer and click
Open, then select the
Run-time Configuration tab.
|