TR3271 Management Programming Manual

COMMON DEFINITIONS
Data-Communications Standard Definitions
ZCOM-MAP-REQID provides security checking additional to the
sensitive/nonsensitive command implementation. This token con-
tains the GUARDIAN 90 Process ID and the PAID of the application
issuing the command. The REQID is valid only if the requester
is the SUPER.SUPER user ID. If the user is not the SUPER.SUPER
user ID and the management application specifies ZCOM-MAP-REQID
in the command, or duplicates the token in the command buffer,
the command is rejected with a security violation. The contents
of the token are as follows:
ZCOM-MAP-REQID
def ZCOM-MAP-REQID.
02 ZCRTPID type ZSPI-DDL-CRTPID.
02 ZPAID type ZSPI-DDL-INT.
end.
ZCOM-MAP-TRACE-MODIF is the extensible structured token sent in
the TRACE command by the management application; it contains the
trace parameters that control the initiation of the trace file,
the selection of the trace environment, and termination of trace
mode. The initiation and selection is handled in one ZCOM-
MAP-TRACE-MODIF token. When the trace is to be terminated, the
management application sends another ZCOM-MAP-TRACE-MODIF token
with the ZSTOP field containing the value ZSPI-VAL-TRUE. The
contents of the token are as follows:
ZCOM-MAP-TRACE-MODIF
def ZCOM-DDL-TRACE-MODIF. !All fields are required.
02 ZSTOP type ZSPI-DDL-BOOLEAN.
02 ZPRIM type ZSPI-DDL-BOOLEAN.
02 ZREC-SIZE type ZSPI-DDL-INT.
02 ZCNT type ZSPI-DDL-INT2.
02 ZXDS-PAGES type ZSPI-DDL-INT.
02 ZCOLL type ZSPI-DDL-BOOLEAN.
02 FNAME type ZSPI-DDL-FNAME32.
end.
5-13