SeeView Manual

SeeView Statements and Script Symbols
HP NonStop SeeView Manual526355-004
9-15
ALTER
HIGHPINTASKS ON | OFF
specifies whether TASK, RUN, and OPEN statements attempt by default to launch
processes as high or low PIN processes. The term PIN means process
identification number. A high PIN is a process that runs with a PIN greater than
255.
ON implies TASK, RUN, and OPEN statements attempt to create processes that
run as high PINs. When this option is on, processes are started using the Guardian
procedure PROCESS_CREATE_.
OFF implies TASK, RUN, and OPEN statements create low PIN processes. When
this option is off, processes are started using the Guardian procedure
NEWPROCESS.
The intrinsic #TASKPROC returns the name of the procedure that was used to
launch the process via the TASK, OPEN, or RUN statements. This intrinsic is used
to interpret error codes returned by #TASKERRORTYPE and #TASKERROR. The
values returned depend on which procedure was used to launch the process. See
Guardian Procedure Calls Reference Manual for procedures
PROCESS_CREATE_ and NEWPROCESS and for information on error codes
returned.
INVERTGRAPH ON | OFF
specifies that histogram information presented by the GRAPH statement is
presented in inverted order. INVERTGRAPH ON means that the first through last
records graphed appear inverted in right-to-left order rather than the normal left-to-
right order.
The default is INVERTGRAPH OFF.
IOTRACE ON | OFF
indicates whether all terminal input and output should be traced to the file specified
with ALTER TRACEFILE filename.
ALTER IOTRACE ON causes terminal IO to be traced to this file. IOTRACE OFF is
the default. Use this option for debugging purposes only.
JOINTEXT ON | OFF
specifies that text in the adjacent window is not erased on a break or join window
operation (JOINTEXT ON). This option is useful for converting serial data into
multicolumn tabular format.
The default is JOINTEXT OFF.
JOINWIDTH line-length
specifies the join width that the window editor uses. The default width is line-
length equals zero and means that the join width is the width of the current
window.