REPORT TYPE=CICSRESCHANGES
Purpose
Requests a CICS® Runtime Resource Changes Report. For a description of the reports that you can request, see Auditing actions and changes to resource definitions.
You can optionally follow REPORT with one or more CRITERIASET parameters to select which journal records to report on. If you do not specify any CRITERIASET parameters, the report uses all available journal records.
Format
CICS Runtime Resource Changes Report .-,VIEW=RESOURCE-. >>-REPORT--TYPE=CICSRESCHANGES--+----------------+--------------> .-,LEVEL=RESOURCE-. >--+-----------------+--+--------------------------------+------> | .-,----------------. | | V (1) | | '-,SORT=(---------sort_field-+-)-' .-,DDNAME=CCVREPRT------. >--+-----------------------+----------------------------------->< '-,DDNAME=output_ddname-'
Notes:
- You can specify up to five sort fields to determine the sort order of resources.
- TYPE
- Must specify the value CICSRESCHANGES.
- VIEW
- The report view that you want. For a CICS Runtime Resource Changes Report, the only value allowed is RESOURCE.
- LEVEL
- Level of detail in the report. For a CICS Runtime Resource Changes Report, the only value allowed is RESOURCE.
- DDNAME
- Identifies the ddname to which the REPORT batch command writes
the report. If you omit this parameter, the REPORT batch command writes
the report to the ddname CCVREPRT. For the DCB attributes and other
details of this output data set, see JCL to invoke the batch command program.
This parameter is especially useful if you produce several reports in a single batch job, and you want to output the reports to separate ddnames, rather than appending them all to the default CCVREPRT.
- SORT
- Specifies the sort order of the columns in the list of resources.
You can specify up to five of the following sort fields to determine
the sort order of resources:
- TARGET
- CICS region or CICSPlex® SM target scope where the change occurred.
- DATE
- Journal event time
- NAME
- Resource definition name
- TYPE
- Resource type
- USER
- Journal event user ID
- GROUP
- Resource definition group or ResGroup
- CONFIGURATION
- CICS configuration associated with the resource definition that was used as the as the basis for change processing (that is, discard, install, or newcopy processing).
If you omit SORT, the default sort order is the first five fields in the preceding list.