/PAGE
/PAGE, ILINE, ICHAR, BLINE, BCHAR, COMMA
Defines the printout and screen page size.
ILINENumber of lines (11 minimum) per "page" or screen. Defaults to 24. Applies to interactive non-GUI to the screen output only.
ICHARNumber of characters (41 to 132) per line before wraparound. Defaults to 80. Applies to interactive non-GUI to the screen output only.
BLINENumber of lines (11 minimum) per page. Defaults to 56. Applies to batch mode (/BATCH), diverted (/OUTPUT), or interactive GUI (/MENU) output. If negative, no page headers are output.
BCHARNumber of characters (41 to 240 (system dependent)) per line before wraparound. Defaults to 140. Applies to batch mode (/BATCH), diverted (/OUTPUT), or interactive GUI (/MENU) output.
COMMAInput 1 to specify comma-separated output for node (NLIST) and element (ELIST) output.
Notes
Defines the printout page size for batch runs and the screen page size for interactive runs. Applies to the POST1 PRNSOL, PRESOL, PRETAB, PRRSOL, and PRPATH commands. See the /HEADER command for additional controls (page ejects, headers, etc.) that affect the amount of printout. A blank (or out-of-range) value retains the previous setting. Issue /PAGE,STAT to display the current settings. Issue /PAGE,DEFA to reset the default specifications.
This command is valid in any processor.