Specifies the initial width of the Application Output window or console.
Restriction: These tunables are supported for native COBOL only.
Syntax:
>>-----set screen_cols=----integer--------------><
Parameters:
integer
|
A value in the range 0 through 132 indicating the width of the Application Output window or console.
|
Properties:
Default:
|
For console windows, the current screen width as returned by the operating system; for the Application Output window, 80.
|
IDE equivalent:
|
None
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.
|