Cross-System Work Extended
The LISTX command can be used to produce the Cross-System Work Extended report as follows:
CICSPA LISTX(
[OUTPUT(ddname),]
[EXTERNAL(ddname),]
[PRINTMULTIPLE|NOPRINTMULTIPLE,]
[PRINTSINGLE|NOPRINTSINGLE,]
[CROSSSYSTEM,]
TASKORDER(START|STOP),
[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:
- LIMIT is ignored.
- CMF records for the same Network UOWID are reported together. A line with the UOWID value separates each network unit-of-work.
- The report heading shows “Cross-System Work Extended”.
- The sorting sequence is the same as the default 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.