1 /PAGE
/PAGE:n Specifies that the terminal screen height should be set to n lines. You can use any value from 18 to 100.
2 /WIDTH
/WIDTH:n Specifies that the terminal screen width should be set to n columns. You can use any value from 20 to 255. For a VT100-, VT200-, or VT300 series terminal, n is typically either 80 or 132.
3 /WRAP
Tells the debugger to wrap output text in predefined display OUT at the column specified by the /WIDTH qualifier. If you do not specify /WIDTH in the current command, /WRAP defaults to the %WIDTH setting.