Pathway/iTS Management Programming Manual
ZPWY-DDL- Definitions
NonStop Pathway/iTS Management Programming Manual—426749-002
5-15
ZPWY-DDL-PRINTER-INFO
ZSYSTEMNUMBER 
is a number from 0 through 255 that uniquely identifies a system. To find your 
system number, call the MYSYSTEMNUMBER procedure as described in the 
Guardian Procedure Calls Reference Manual. You need not specify a system 
number if the system associated with the user ID is the same as the system in 
which your management application is running.
To specify node-independence, set this field to 
ZPWY-VAL-NODEINDOWNERSYS.
ZGROUPNUMBER 
is a number from 0 through 255 that uniquely identifies a group of users on a 
system. This field is required.
ZUSERNUMBER 
is a number from 0 through 255 that uniquely identifies a user within a group. This 
field is required.
If you do not assign values to these fields, the default is the owner ID of the user who 
started the PATHMON process.
ZPWY-DDL-PRINTER-INFO
ZPWY-DDL-PRINTER-INFO provides information about the printer to be used for the 
SCREEN COBOL verb PRINT SCREEN. 
ZISATTACHED 
directs the copy of the screen image to a printer that is either physically attached to 
the terminal (for example, a 6520, 6530, or 6540 terminal) or is on the same line 
controller as the terminal on which the management application runs (for example, 
an IBM 3270 compatible terminal using AM3270). The following values are valid:
def ZPWY-DDL-PRINTER-INFO.
 02 ZISATTACHED token-type ZPWY-DDL-YES-NO.
 02 ZPRINTERFILE token-type ZSPI-DDL-FNAME32.
end.
ZPWY-VAL-NO Specifies that no printer is attached.
ZPWY-VAL-YES Specifies that a printer is attached.










