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:
The following example shows how to define a time format of total seconds:
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.
Position | Input |
|---|---|
1–11 | Field Name |
12–15 | Define Storage Keyword |
16–22 | Field Data Type and length (original) |
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". |
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 |
Report control statement examples
The following example will report all LTERM name for each LAR record on IRUF:
The following example will report all Input Queue time for LTERM named “TRANNAME” on LAR record:
.
.
TAINQTM DS F Y N INPUT Q TIME * WN
The following example reports all transactions except for transactions named "TRANNAME":