Reports summary
IMS HP Change Accumulation Utility produces many reports to display information from multiple sources.
Report | Report function and content |
---|---|
HPCPRINT | Primary IMS HP Change Accumulation Utility report. HPCPRINT is a required DD for all batch processing but optional for ISPF. HPCPRINT includes normal and error processing information, status. Optional summary reports and Columnar report for each sort procedure can be included. RECFM=VBA LRECL=137 |
hpca-id nnnn | Summary report by sort procedure. This is a SYSOUT file directed to the class specified in SUM.REPORT=class. A summary report can be directed to either the main HPCPRINT file or to an individual SYSOUT file. RECFM=VBA LRECL=137 |
HPCACOLP | Columnar report with page headings. |
HPCACOLS | Columnar report. This report presents a single line for each database and DDN combination from the summary reports of all sort procedures. The information fields are aligned in columns according to a user defined sequence. RECFM=VB LRECL=137 |
HPCACSV | Comma-separated values. This report is similar to the columnar report, but each line is a set of comma-separated values. The resulting file can be loaded into a spreadsheet application that accepts input in the CSV format. RECFM=VB LRECL=137 |
HPCAHTML | HTML. The output file generated for this report is defined as an HTML table for display in a web browser. RECFM=VB LRECL=137 |
HPCAXML | XML. The XML report includes DTD and XML suitable for transfer to another application. RECFM=VB LRECL=137 |
HPCDBPRT | DBRC SYSPRINT DD output of the GENJCL.CA. This file is useful when JCL processing completes with RC>0 and the DBRC output is required to resolve the failure. RECFM=VBA LRECL=137 |
HPCTRACE | Trace output is not normally collected but might be required for certain diagnostic procedures. RECFM=VBA LRECL=137 |
HPCADIAG | Diagnostic file output is not normally collected but might be required for certain diagnostic procedures. RECFM=VB LRECL=1024 |