The EYU9XEUT batch utility program supports these options:
You specify the option you want to use on the SYSIN statement of the program’s JCL, as described in The EYU9XEUT JCL.
The DUMP option reports on the contents of data structures in both the ESSS and the MVS™ subsystem at the time the program is run.
The format of the DUMP option is:
DUMP VERSION(nnn|ALL) [SUBSYSTEM] [ESSS] [LOCKS] [NOCML]
where:
By default, the DUMP option generates a report containing MVS subsystem and ESSS data structures.
CICSPlex SM uses two MVS subsystem broadcast functions, end-of-task (EOT) and end-of-memory (EOM). As a result of program maintenance, it may be necessary to reload these functions in an existing ESSS address space.
The RELOAD option loads new broadcast functions from the utility library into the extended common system area (ECSA). You specify the location of the new functions on the UTILLIB statement of the program’s JCL, as described in The EYU9XEUT JCL.
The format of the RELOAD option is:
RELOAD VERSION(nnn) EOT|EOM|ALL
where:
The ESSS address space may occasionally need to be stopped to pick up changes made by CICSPlex SM maintenance (PTFs), or when directed by IBM® support personnel. The TERMINATE option requests that the ESSS address space is stopped. It may only be used when no other address spaces (for example, CMASes, MASes, CPSM API programs) are connected to the ESSS. To check that no address spaces are connected to the ESSS address space, use the EYU9XENF utility.
The format of the TERMINATE option is :
TERMINATE VERSION(nnn)
where: