Where allowed to run:
|
Parameters Examples Error messages |
The Print CICS Trace (PRTCICSTRC) command produces a job-oriented report from the CICS auxiliary trace user spaces. Entries are selected for inclusion in, or exclusion from, the report based upon a variety of job details and interval times.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
TRCUSRSPC | Auxiliary Trace user space | Element list | Required, Positional 1 |
Element 1: Object name | Character value | ||
Element 2: Library name | Character value, *LIBL | ||
TRCFMT | Message/data format | *BASIC, *FULL, *NONE | Optional, Positional 2 |
OPTION | Trace entry type | Values (up to 5 repetitions): *ALL, *ENTRY, *ERROR, *EVENT, *EXIT, *USER | Optional, Positional 3 |
TRANID | CICS Transaction Id | Character value | Optional, Positional 4 |
TERMID | CICS Terminal Id | Character value | Optional, Positional 5 |
TRCNUM | CICS Trace number | Values (up to 25 repetitions): Hexadecimal value | Optional, Positional 6 |
JOBNUM | CICS Job number | Decimal number | Optional, Positional 7 |
PERIOD | Time period of trace | Element list | Optional, Positional 8 |
Element 1: Start time and date | Element list | ||
Element 1: Start time | Time, *AVAIL | ||
Element 2: Start date | Date, *BEGIN | ||
Element 3: Ending time and date | Element list | ||
Element 1: End time | Time, *AVAIL | ||
Element 2: End date | Date, *END |
Top |
Specifies the name and location of the auxiliary trace user space object to report on.
Element 1: Object name:
Specify the name of the auxiliary trace table user space object.
Element 2: Library name:
Specify the name of the library where the CICS auxiliary trace user space object exists.
Top |
Specifies the type of format that is produced for this report. Possible values are:
Top |
Specifies the information being printed. Any combination, up to five, of the following may be selected.
Top |
Specifies the transaction identifier that is to be used for producing the trace information.
Top |
Specifies the terminal identifier that is to be used for producing the trace information.
Top |
Specifies the trace numbers that are used for producing the trace information. Up to 25 may be specified.
Top |
Specify the six-digit number of a job to select. All six digits must be specified (use leading zeros, if necessary).
Top |
Specifies the period of time for which the auxiliary trace entries in the specified user space object is shown. This parameter contains two lists of two elements each.
Element 1: Starting Time
One of the following values is used to specify the starting time at which or after which the auxiliary trace entries are collected. Data collected before the specified time and date is not included in the report.
Element 2: Starting Date
One of the following values is used to specify the starting date on which or after which the auxiliary trace entries are collected. Data collected before this date is not included in the report.
Element 3: Ending Time
Use one of the following values to specify the ending time. Data collected after this time and date is not included in the report.
Element 4: End Date
Use one of the following values to specify the date to end collection of the data records. Data collected after the specified date and time is not included in the report.
Top |
Top |
Top |