Pathway/iTS System Management Manual (G06.24+)
PROGRAM Commands
HP NonStop Pathway/iTS System Management Manual—426748-002
11-22
SET PROGRAM Command
If you omit file-name, the SCREEN COBOL TERMINAL-PRINTER special
register is set to SPACES (that is, ASCII blanks).
If a printer is not attached, the SCREEN COBOL verb PRINT-SCREEN obtains
the printer’s file name from the special register TERMINAL-PRINTER.
IS-ATTACHED
directs the copy of the screen image to a printer that is either physically
attached to the terminal or on the same line controller as the terminal on which
the program runs. IS-ATTACHED is one of the following:
If you specify PRINTER IS-ATTACHED for a 6520, 6530, or 6540 terminal, the
SCREEN COBOL special register TERMINAL-PRINTER is ignored.
SECURITY security-attribute
specifies the PATHCOM users who can issue a RUN PROGRAM command for
this PROGRAM object. This attribute controls only who can execute a RUN
PROGRAM command; it does not control who can execute a CALL statement from
another SCREEN COBOL program unit.
The security attributes are the same as the operating system security attributes.
The possible values are:
Quotation marks are required. If you omit this attribute, the default is "N".
T16-6530 Directs copy to a printer attached directly to the terminal.
T16-6520 Directs copy to a printer attached directly to the terminal.
IBM-3270 Directs copy to the device that is attached to the same control
unit as the terminal.
"A" Any local user
"G" A group member or owner
"O" Owner only
"-" Local super ID
"N" Any local or remote user
"C" Any member of owner's community (local or remote user having same
group ID as owner)
"U" Any member of owner's user class (local or remote user having same
group ID and user ID as owner)