TS/MP 2.5 Management Programming Manual

This example shows error information returned in ZERRORINFO and ZERRORINFO2:
ZERRORINFO
1038
%001413
ZERROR
ZINFO
ZERRORINFO2
1038
1
11
ZERROR2
ZINFO2
ZDETAIL2
ZPWY-DDL-ERROR-INFO
ZPWY-DDL-ERROR-INFO provides error information.
def ZPWY-DDL-ERROR-INFO.
token-type ZPWY-DDL-INT. 02 ZERROR
token-type ZPWY-DDL-INT. 02 ZINFO
end.
ZERROR
contains a Pathway environment error number. The error numbers are described
by symbolic names in the TS/MP System Management Manual.
ZINFO
contains the number of a second error that provides further information about
ZERROR.
This example shows error information returned in ZERRORINFO:
ZERRORINFO
1038
%001413
ZERROR
ZINFO
ZPWY-DDL-FILLER
ZPWY-DDL-FILLER is a filler character.
token-type ZSPI-DDL-CHAR.def ZPWY-DDL-FILLER
SSNULL initializes a field with this type to a blank character.
ZPWY-DDL-OBJECT-NAME
ZPWY-DDL-OBJECT-NAME designates a name given to an object in the PATHMON environment
(such as a PM or SC object). The name can have from 1 to 15 alphanumeric or hyphen characters,
must start with a letter, must be unique within the Pathway subsystem, and must not be a Pathway
reserved word. The name must be left-justified and blank-filled. Pathway subsystem reserved words
are listed in the TS/MP System Management Manual.
token-type ZPWY-DDL-CHAR15.ZPWY-DDL-OBJECT-NAME
64 ZPWY-DDL- Definitions