Specifies whether the first ACCEPT or READ from STDIN takes the input from the command line.
>>-----set command_line_accept=---.-TRUE-.------------->< +-FALSE+
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. |
Default: | FALSE |
IDE equivalent: | Project > Properties > Comand Line
Handling > Return command line to first ANSI ACCEPT or
READ STDIN
Service Interfaces > Properties > Enterprise Server Run-time Configuration > Comand Line Handling > Return command line to first ANSI ACCEPT or READ STDIN |