PCAA> SET WINDOW TOP AT (1,8,45,30)
PCAA> SET DISPLAY NEWINST AT TOP PLOT
PCAA> SELECT/PLOT NEWINST
The SET WINDOW command creates a window named TOP starting
at line 1, column 45, and extending down for 8 lines and to
the right for 30 columns. The SET DISPLAY command creates an
instruction display named NEWINST to be displayed through TOP.
The SELECT/PLOT command selects NEWINST as the current PLOT
display.
PCAA> SET DISPLAY/SIZE:500 PING AT T1
PCAA> SELECT/OUTPUT PING
PCAA> LIST ALL
This SET DISPLAY command creates an output display named PING,
which is placed at window T1, the top third of the screen. PING
holds up to 500 lines of output. The SELECT command selects
PING as the current output display. The output of the LIST
command is written to PING.
PCAA> SET DISPLAY PANG AT H1 PLOT
PCAA> SELECT/PLOT/SCROLL PANG
PCAA> PLOT MODULE FOO BY LINE
PCAA> SCROLL/DOWN
The SET DISPLAY command creates a plot display to be shown
at window H1, the top half of the screen. The SELECT command
selects that display as the current plot display and as the
current scrolling display. The output of the PLOT command is
shown in the PANG display and the SCROLL command scrolls that
same display. By creating new plot displays, you can see the
output from several PLOT or TABULATE commands at the same time,
each in its own screen display.
PCAA> SET DISPLAY TINY AT (1,2)
This command creates an output display named TINY. TINY is
placed at a screen window that starts at line 1 (the top line
of the screen) and contains two lines of text.