.Pw - page width

Top  Previous  Next

This gives the width of a put file page in terms of the number of columns that can be placed on a line.  This is set using the syntax

 

Localfileidentifier.pw=number;

 

or in the example putex5.gms

 

my1.pw=81;

Notes:

GAMS by default allows a 255 character wide page.
When the material printed out exceeds the current page width specified GAMS generates an error message and places 4 asterisks (****) in the last 4 columns of the line.
Maximum page width is effectively unlimited with values up to 32767 allowable.