ZPWY-DDL- Definitions
NonStop Pathway/iTS Management Programming Manual—426749-002
5-5
ZPWY-DDL-SCOBOL-PUNAME
ZPWY-DDL-SCOBOL-PUNAME
ZPWY-DDL-SCOBOL-PUNAME identifies a SCREEN COBOL program unit. This
name is the program name specified in the PROGRAM-ID sentence of the
identification division in a SCREEN COBOL program.
ZPWY-DDL-SCTCPNAME
ZPWY-DDL-SCTCPNAME specifies the name of a server class and the name of a
TCP that is linked to that server class.
ZSERVERCLASS
is the name of the server class. For more information on server classes, see the
TS/MP Management Programming Manual.
ZTCP
is the name of the TCP.
ZPWY-DDL-SCTERMNAME
ZPWY-DDL-SCTERMNAME identifies a specific TERM object associated with a given
server class.
ZSERVERCLASS
is the name of the server class. For more information on server classes, see the
TS/MP Management Programming Manual.
ZTERM
is the name of a TERM object.
def ZPWY-DDL-SCOBOL-PUNAME token-typ ZPWY-DDL-CHAR30.
def ZPWY-DDL-SCTCPNAME.
02 ZSERVERCLASS token-type ZPWY-DDL-OBJECT-NAME.
02 FILLER token-type ZPWY-DDL-FILLER.
02 ZTCP token-type ZPWY-DDL-OBJECT-NAME.
02 FILLER-1 token-type ZPWY-DDL-FILLER.
end.
def ZPWY-DDL-SCTERMNAME.
02 ZNAME.
03 ZSERVERCLASS token-type ZPWY-DDL-OBJECT-NAME.
03 FILLER token-type ZPWY-DDL-FILLER.
03 ZTERM token-type ZPWY-DDL-OBJECT-NAME.
03 FILLER-1 token-type ZPWY-DDL-FILLER.
end.