Previous Topic: Customizing the USLBILX ModuleNext Topic: Operations


Customizing the USLRPT5 Module

The COBOL language Billing Reporter module, USLRPT5, is designed to access the information placed into the ERE extension by GSISVCX. For CA IDMS/DC tasks, the ERE extension portion of the log contains no data, but all necessary information is contained elsewhere in the log record. Using this information, along with other data from the Task Statistics Record, USLRPT5 produces the CA IDMS Log Analyzer Billing Report.

Extracted data from the log file is presented, one record at a time, to USLRPT5 in a predefined sequence depending upon the value of RUNAME on the Billing request. Because the field defined by RUNAME resides in the ERE extension, the sequence may be adversely affected by alterations to the ERE extension.

You must customize this module if the content of the ERE extension is altered when you changed GSISVCX or if you need to change the Billing Report format to conform with standards in your environment. See USLBILX and USLRPT5 Source Code for information on printing the source module.

After making the desired changes to the source code, recompile USLRPT5 specifying NODYNAM, NORES and relink the CA IDMS Log Analyzer module USLRPT5. Target or Distribution s ( z/OS), TOOLJCL library member USLRLNK5.S (Z/VSE), the USLRLNK5 EXEC (Z/VM), contains the linkage editor control statements for USRLNK5.