PCA$HELP.HLB  —  SET  TERMINAL
    PCA Command

    Changes the terminal width and page size that PCA uses to format
    output.

    Format

      SET TERMINAL

1  –  Description

    The SET TERMINAL command sets the terminal width or page size
    that PCA uses to format output. It does not reset the terminal
    itself, however; you must do that manually. If you are in screen
    mode, the screen is refreshed.

    The default terminal width and page size are determined by your
    device type or by the last SET TERMINAL command you entered at
    DCL level.

2  –  Qualifiers

2.1    /PAGE

       /PAGE:n

    Specifies that the terminal page size (the number of lines per
    page) should be set to n lines. Normally n is 24, but you may use
    any value from 11 to 100.

2.2    /WIDTH

       /WIDTH:n

    Specifies that the terminal width should be set to n columns or
    spaces. Typically n is 80 or 132, but you may use any value from
    40 to 255.

3  –  Examples

  PCAA> SET TERMINAL/WIDTH:132

      This command specifies that the terminal width is 132 columns.
Close Help