The LISTX command can be used to produce the Cross-System Work
Extended report as follows:
CICSPA LISTX(
[OUTPUT(ddname),]
[EXTERNAL(ddname),]
[BY(UOWID),]
[PRINTMULTIPLE|NOPRINTMULTIPLE,]
[PRINTSINGLE|NOPRINTSINGLE,]
[FIELDS(field1[(options)],...),]
[LINECOUNT(nnn),]
[TITLE1('...sub-heading left ...'),]
[TITLE2('...sub-heading right...'),]
[SELECT(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),...)),]
[SELECT2(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),...))])
This produces a report similar to the Performance List Extended
report, but note the following differences:
- No other BY sort field can be specified.
- LIMIT is ignored.
- CMF records for the same Network UOWID are reported together.
A blank line separates each network unit-of-work, except when you
specify NOPRINTMULTIPLE,PRINTSINGLE. In this case, no blank lines
are necessary as each record is a distinct unit-of-work.
- The report heading shows “Cross-System Work Extended”.
- The sorting sequence is the same as the default Cross-System
Work report (see Cross-System Work report):
- NETUOWPX
- NETNAME (ascending)
- NETUOWSX
- Network unit-of-work ID (ascending)
- NETUOWSX
- Period or syncpoint count (descending)
- STOP
- Task Stop time (descending)
- APPLID
- CICS® generic APPLID (ascending)
For an example of the report, see Figure 1.