Use the WIDTH command to set the terminal width for input and output. The syntax of the WIDTH command is:

WIDTH n

where n is the desired terminal width. You may set the width between 64 and 200. The default is 76.

When LINGO generates reports, it limits output lines to the terminal width length. In some reports, lines will be wrapped, so they fall within the line limit. In other reports, lines may be truncated. Since LINGO concatenates variable names in performing set operations, a variable name such as SHIPMENTS( WAREHOUSE1, CUSTOMER2) may result, which may be truncated in a solution report if too narrow a terminal width is used.

The WIDTH command is equivalent to the SET LINLEN command and is maintained for backward compatibility.