Report command
The System Logger report can be requested from a Report Set in the CICS PA dialog. Select the System Logger report in the System Reports category.
In batch, the LOGGER command is used to request the System Logger report.
You can request a detailed list of transaction activity, a summary report, or both.
The command to produce the default report, a summary report of
System Logger activity by Logstream name, is:
CICSPA LOGGER
or
CICSPA LOGGER(SUMMARY)
To produce a detailed list of System Logger activity:
CICSPA LOGGER(LIST)
To produce a detailed list of System Logger activity with Alter
records:
CICSPA LOGGER(LIST(ALTER))
To tailor the report, you can specify report options as follows:
CICSPA LOGGER(
[OUTPUT(ddname),]
[EXTERNAL(ddname),]
[SUMMARY[(SUMMARYINTERVAL(hh:mm))],]
[LIST[(ALTER,TIMESEQ)],]
[INTERVAL(minutes),]
[SORT(LOGSTREAM|STRUCTURE),]
[TITLE1('...up to 64 characters...'),]
[TITLE2('...up to 64 characters...'),]
[SELECT(LOGGER(INCLUDE|EXCLUDE(field1(values1),...), ...))]
[LOGSTREAM('name.or.pattern'),]
[STRUCTURE('name.or.pattern'),])