There are several lines written to the CICS log for each transaction that executes in CICS that references IDMS:
TERM=SA01 IDMSINTC AlocTemp Stg=002510B8 Opts=00000000 Tran=BIRL Task=0000272C
TERM=SA01 IDMSTRUE Func=APPLCALL EI-Stg=002510B8 Tran=BIRL TIND=40QR Task=000027
These are flooding the CICS log and the suspicion is that they are coming from IDMS and may cause CICS to abend because it exceeds the maximum number of line of output that JES has specified.
How are these messages produced and how to suppress them?
Release: All supported releases.
This problem occurs when Trace Entries have been turned on in the IDMSINT IDMS CICS interface option source module, by specifying DEBUG=YES.
Change to DEBUG=NO in the IDMSINTC assembly.