The CA JARS data flow diagram shows the flow of information through translate (JSI) to CA JARS (JSIMAIN) and to Chargeback(CAKSLOAD).

Translate (JSI) creates the account summary or history file and the EXTDATA file that is more detailed than the summary, and is the only Translate output file that supports z/VM 5.2 and later account records. Translate is the first step of the two-step job. The files used by Translate are explained in the following table:
|
Filename |
Description |
Predefined File Attributes |
|---|---|---|
|
CAIJFIN |
Describes the input control file containing the VMPARM and CRITERIA statements. |
RECFM=F LRECL=80 BLKSIZE=80 |
|
CAIJVS5 |
Describes the input data file to be processed. This is the file of raw VM account records. |
RECFM=F LRECL=80 BLKSIZE=80 |
|
CAIJVS6 |
Describes the output account/summary file created by Translate. This file is input to the Report Writer. |
RECFM=VB LRECL=8188 BLKSIZE=8192 |
|
CAIJVS7 |
Contains orphan, Type C0, Product, or Project Accounting records that could not be paired with Type 01 records within this run. |
RECFM=F LRECL=80 BLKSIZE=80 |
|
CAIJFPR |
Describes the output file where generated messages are printed. |
RECFM=F LRECL=133 BLKSIZE=133 |
|
CAIJFSN |
SNAP output for bad records |
RECFM=F LRECL=133 BLKSIZE=133 |
|
SORTMSG SORTLIST |
Describes the data sets for messages generated by the sort program. |
RECFM=F LRECL=133 BLKSIZE=133 |
|
STEPLIB |
Defines the LOADLIB or LOADLIB(s) in which necessary programs can be found. CAJRLOAD LOADLIB must always be included in this FILEDEF. |
N/A |
| Copyright © 2012 CA. All rights reserved. |
|