PAGEWIDTH

Abbreviation

PW

Arguments

A number between 78 and 132 enclosed in parentheses.

Default

PAGEWIDTH (120)

Description

The PAGEWIDTH control specifies the maximum number of characters in a line in the listing file. Lines that are longer than the specified width automatically wrap around to the next line. The default number of characters per line is 120.

NOTE

You may specify this control only once on the command line or at the top of the source file.

See Also

PAGELENGTH

Example
A51 SAMPLE.A51 PW(79)

$PW(132)