TS/MP 2.5 Management Programming Manual
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.
ZPWY-DDL-SCDEFINENAME
ZPWY-DDL-SCDEFINENAME identifies a DEFINE definition and the server class with which it is
associated.
def ZPWY-DDL-SCDEFINENAME.
token-type ZPWY-DDL-OBJECT-NAME. 02 ZSERVERCLASS
token-type ZPWY-DDL-FILLER. 02 FILLER
token-type ZPWY-DDL-DEFINE-NAME. 02 ZDEFINE
end.
ZSERVERCLASS
is the server class with which this DEFINE name is associated.
ZDEFINE
is the name of the DEFINE.
ZPWY-DDL-SCLMNAME
ZPWY-DDL-SCLMNAME identifies a server class and the name of the LINKMON process that is
linked to that server class.
def ZPWY-DDL-SCLMNAME.
token-type ZPWY-DDL-OBJECT-NAME. 02 ZSERVERCLASS
token-type ZPWY-DDL-FILLER. 02 FILLER
token-type ZPWY-DDL-OBJECT-NAME. 02 ZLINKMON
token-type ZPWY-DDL-FILLER. 02 FILLER-1
end.
ZSERVERCLASS
is the name of the server class.
ZLINKMON
is the name of the LINKMON process.
Object Names 57










