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,]
        Start of change[CROSSSYSTEM,]End of change
        Start of changeTASKORDER(START|STOP),End of change
        [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:
  1. LIMIT is ignored.
  2. CMF records for the same Network UOWID are reported together. A line with the UOWID value separates each network unit-of-work.
  3. The report heading shows “Cross-System Work Extended”.
  4. 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.