CICS attempted to link to DFHPSIP but the attempt failed because DFHPSIP was not in the CICS program library.
CICS terminates system spooler initialization.
Place DFHPSIP in the CICS program library.
Console
DFHSIJ1
XMEOUT Parameter: applid
The transaction tranid did not close a JES interface data set. Since only one transaction at a time can use the JES input interface, other transactions may be unnecessarily delayed.
CICS executes a default CLOSE with the KEEP option for an INPUT data set or the DELETE option for an output data set.
Change the program so that the transaction issues a SPOOLCLOSE before it terminates, and preferably immediately after the ENDFILE condition occurs on an input data set.
CSMT
DFHPSPDW
XMEOUT Parameters: date, time,applid, tranid
An MVS FREEMAIN macro, issued by the CICS JES interface subtask, has failed. To keep dynamic storage area (DSA) storage usable, CICS has terminated the JES interface subtask with MVS user abend 0170.
CICS rejects subsequent SPOOL commands with the NOSPOOL response.
CICS will continue running normally (apart from the rejection of
SPOOL commands), and you can let it continue unless your spooling
requirements are critical.
To reinitiate the JES interface, shut down CICS and perform a warm
restart (START=AUTO in the SIT or as an initialization override).
Use the MVS dump to find the source of the problem. In the dump,
register 6 addresses the instruction before the ABEND. Normally,
register 2 contains the address and register 0 the length of the
area to be released.
CSMT
DFHPSPST
XMEOUT Parameters: date, time,applid