/PAGE
/PAGE, ILINE
, ICHAR
, BLINE
, BCHAR
, COMMA
Defines the printout and screen page size.
ILINE
Number of lines (11 minimum) per "page" or screen. Defaults to 24. Applies to interactive non-GUI to the screen output only.
ICHAR
Number of characters (41 to 132) per line before wraparound. Defaults to 80. Applies to interactive non-GUI to the screen output only.
BLINE
Number 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.
BCHAR
Number 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.
COMMA
Input 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.