TS/MP Management Programming Manual (G06.24+, H06.03+)
ZPWY-DDL- Definitions
NonStop TS/MP Management Programming Manual—540082-001
5-5
ZPWY-DDL-SCASSIGNNAME
ZSERVERCLASS
is the name of the server class.
ZVERSION
is the internal format version; set this to the preset value ZPWY-VAL-
SERVERCLASS2. The PATHMON process uses this value to ensure that the
response buffer contains data compatible with the requester version.
ZPWY-DDL-SCASSIGNNAME
ZPWY-DDL-SCASSIGNNAME identifies an ASSIGN message and the server class
with which it is associated.
ZSERVERCLASS
is the server class with which this ASSIGN is associated.
ZLOGICALUNIT
specifies the name assigned to a file and file attributes and contains these fields:
ZPROGRAMUNIT
specifies the name of the server process in the source program. In COBOL,
the source program name for the server is the PROGRAM ID name. The
program name can be different from the file name for the source code or for
the run unit. If the server is a subprogram, this name is used in the CALL
statement.
ZLOGICALFILE
specifies the name of the file in the server program. ZLOGICALFILE is
associated with a physical file. For example, in a COBOL program,
ZLOGICALFILE is the file description name in a SELECT clause.
def ZPWY-DDL-SCASSIGNNAME.
02 ZSERVERCLASS token-type ZPWY-DDL-OBJECT-NAME.
02 FILLER token-type ZPWY-DDL-FILLER.
02 ZLOGICALUNIT.
03 ZPROGRAMUNIT token-type ZPWY-DDL-CHAR31.
03 FILLER token-type ZPWY-DDL-FILLER.
03 ZLOGICALFILE token-type ZPWY-DDL-CHAR31.
03 FILLER-1 token-type ZPWY-DDL-FILLER.
end.