LAR CSV report control statements


PARM options in the EXEC statement for CSVRPTCR

Use the PRSICSV EXEC statement PARM options to define which IRUF record is processed.

PARM positions

Options

01–03

LAR

05-09

DFLT/TSEC/BOTH

In the selected PARM position, make the following specification:

PARM='LAR'

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

PARM='LAR,TSEC'

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

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

Warning

Important

All of the control cards are necessary. Please do not delete or add control cards on 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 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 the filter value is used, 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 will report all LTERM name for each LAR record on IRUF:

TATRAN     DS  CL8    Y    N        LTERM NAME             *    CY

The following example will report all Input Queue time for LTERM named “TRANNAME” on LAR record:

TATRAN     DS  CL8    Y    N       TRANNAME  LTERM 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