The Cross–System Work extract can be requested from a Report Set in the CICS PA dialog. Select the Cross-System Work extract in the Extracts category.
CICSPA CROSSSYSTEM
This is the basic command which produces the default Cross-System Work extract data set. When the extract data set is created, the default is to create a new performance record for a network unit-of-work only when there were multiple records within the same network unit-of-work. A network unit-of-work containing a single performance record is not written to the extract data set unless it is requested. It is possible to request that all tasks, single and multiple, or any other variation, be used to create the extract. For more information on how to do this, see the CICS Performance Analyzer for z/OS® User's Guide, which also discusses how user fields can be included when creating the data set.
CICSPA CROSSSYSTEM(
[DDNAME(ddname),]
[EXTERNAL(ddname),]
[SYSID(applid,mvsid),]
[WRITEMULTIPLE,]
[NOWRITEMULTIPLE,]
[WRITESINGLE,]
[NOPRINT,]
[CHARACTER(OWNER(owner),LENGTH(nnn),HEADER(header)),]
[CLOCK(OWNER(owner),NUMBER(nnn),HEADER(header)),]
[COUNT(OWNER(owner),NUMBER(nnn),HEADER(header)),]
[COMPRESS|NOCOMPRESS,]
[SELECT(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),
...))])