Pathway/iTS System Management Manual (G06.24+)
PROGRAM Commands
HP NonStop Pathway/iTS System Management Manual—426748-002
11-21
SET PROGRAM Command
OWNER owner-id
specifies the user ID authorized to issue the RUN PROGRAM command. The user
ID must be known to the system on which PATHCOM is running. Use this attribute
in conjunction with the SECURITY attribute.
The value of owner-id is one of the following:
[ \system-number.] group-number, user-number
[ \node.] group-name.user-name
If the NODEINDEPENDENT attribute of the TS/MP SET PATHWAY command is
set to ON and you omit the node name, or if you specify \* for the ownerid node
name or system number, the node name used is the node on which the
PATHMON process is currently running. The group-name and user-name are
configured as you specify.
If the NODEINDEPENDENT attribute of the SET PATHWAY command is set to
OFF and you omit the node name (or system number) parameter, the node value
defaults to the current default node of the user who started PATHCOM, and the
group-name and user-name are configured as you specify.
If you omit this attribute, the node value defaults to the current default node of the
user who started PATHCOM, and the group-name and user-name values
default to the user ID of the user who started PATHCOM. (This attribute does not
use the defaults established by the CMDVOL command.)
PRINTER
specifies the printer to be used for the SCREEN COBOL PRINT SCREEN verb.
An attached printer either physically plugs into the terminal (for example, a 6520 or
6530 terminal) or connects to the same line controller (for example, an IBM 3270
compatible terminal using AM3270) as the terminal on which the SCREEN COBOL
program runs.
file-name
specifies the file name for the print device. You usually use file-name when
the printer is not attached or when multiple attached printers are connected to
a line controller. This attribute overrides the current value configured for the
PRINTER attribute.
If you do not specify a node name, the default node for file-name expansion
can be affected by several factors, including values you specify for the
NonStop TS/MP CMDVOL command and the NODEINDEPENDENT attribute
of the TS/MP SET PATHWAY command. For details, see Specifying Node
Independence on page 2-5.
The specified file name is placed in the SCREEN COBOL special register
TERMINAL-PRINTER when the program starts running on a terminal. While a
screen program runs, it can modify the file name in its TERMINAL-PRINTER
register and then use the new file name.