TAR CSV report control statements


PARM options in the EXEC statement for CSVRPTCR

Use the PRSICSV EXEC statement PARM options to define which IRUF record to process:

PARM positions

Options

01–03

TAR

05-09

DFLT/TSEC/BOTH

In the selected PARM position, make the following specification:

PARM='TAR'

The following example shows how to define a time format of total seconds:

PARM='TAR,TSEC'

Field selection control cards for TAR CSV report using the PRSICSV program

The positional control statement defines Transaction Accounting record fields. You can determine which fields to include in the report.

Warning

Important

All of the control cards are necessary. Do not delete or add control cards on the FLDSELCT DD statement.

Position

Input

1–11

Field name

12–15

Define storage keyword

Warning

Important

Do not modify this field.

16–22

Field data type and length (original)

Warning

Important

Do not modify this field.

23–27

Field select flag

For field selection, change the flag from N to Y.

28–30

Reserved

31–50

Field filter value

You can define a filter value for a corresponding field by including a filter value within quotes after column 30 and before the column header.

For example, to report only on TAR records for a transaction named TRANNAME, you should use “TRANNAME” after column 30 and before the column header.

To exclude TAR records from the report, specify the not equal to filter by using '!' before the field filter value. For example, "!TRANNAME".

Warning

Important

You can define filters only for fields where the flag is set to Y in column 72. If the flag is set to N, the program ignores the filter value and process all records.

The equal to and not equal to filters work as an AND condition.

31–65

Column header

You can customize the column header name for a field in the CSV report.

If necessary, you can modify header names. If you use a filter value, the header name should follow the filter value with at least one blank in between the filter value and the column header.

66–72

Reserved

Warning

Important

Do not modify this field.


Report control statement examples

The following example reports all transaction names for each TAR record on IRUF:

Example
TATRAN     DS  CL8    Y    N        TRANSACTION NAME             *    CY

The following example reports all Input Queue time for a transaction named “TRANNAME” on TAR record:

Example
TATRAN     DS  CL8    Y    N       TRANNAME  TRANSACTION NAME  *    CY
.
.
TAINQTM    DS  F      Y    N        INPUT Q TIME                 *    WN

The following example reports all transactions except for transactions named "TRANNAME":

TATRAN     DS  CL8    Y    N "!TRANNAME" TRANSACTION NAME           *    CY



 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Ops Monitor for IMS Offline 5.6