Report options

Options applicable to the Cross-System Work report (and not the extract) are:
PRINTMULTIPLE
Print only the transaction performance records consisting of units-of-work that include multiple CMF records. This is the default for the report.
NOPRINTMULTIPLE
Do not print the transaction performance records consisting of units-of-work that include multiple CMF records.
PRINTSINGLE
Print the transaction performance records consisting of units-of-work that include only a single CMF record. To get a listing containing these records only, you must suppress the default PRINTMULTIPLE option by specifying NOPRINTMULTIPLE as well.
NOWRITE
Do not produce an extract data set. This operand can be used to create the report without the extract.
SELUOW(PERFORMANCE(INCLUDE|EXCLUDE
Specifies what units-of-work to include or exclude from the report or extract based on data field values. If one task in a multi-task UOW matches the selection criteria, then all tasks for that UOW are selected.

It can be used in conjunction with SELECT to first filter out those tasks that you know are of no interest and thereby optimize the record sort process.

See CROSSsystem examples for an example using SELECT and SELUOW.

LINECOUNT
Controls the number of lines per page for the Cross-System Work report. See LINECNT for further information.
TITLE1, TITLE2
Controls the title (left and right half of subheading line) of the Cross-System Work report. See TITLE1 and TITLE2 for further information.
TASKORDER(START|STOP)
Sorts tasks within each UOW in either descending order of stop time (the default) or ascending order of start time.