|
DDNAME |
Description |
Predefined DCB Attributes |
|---|---|---|
|
CAIJSSMF |
Used to input SMF accounting file and suspensed data (SELECT statement position 13). |
RECFM=VBS LRECL=32760 BLKSIZE=4096 |
|
CAIJSDOS |
Used to input DOS accounting file (SELECT statement position 10). |
RECFM=V LRECL=1084 BLKSIZE=1088 |
|
CAIJSAIP |
Used to input working database generated in previous run under CAIJSACT DDNAME (SELECT statement position 14). |
RECFM=VB LRECL=8188 BLKSIZE=8192 |
|
CAIJSHST |
Used to input summary file generated in previous run using Summarization feature (SELECT statement position 15). |
RECFM=VB LRECL=8188 BLKSIZE=8192 |
|
CAIJSDCI |
Used to input CMF data dictionary (DDNAME CAJRCMFO from CAJ1CMU3) (EXTDATA Statement, position 38). See the CMF Processing chapter in the Systems Programmer Guide for details. |
RECFM=FB LRECL=80 BLKSIZE=80 |
|
anyname# |
Output data set for summary file generated using Summarization feature (SORT statement positions 55-62). |
RECFM=VB LRECL=8188 BLKSIZE=8192 |
|
CAIJSACT |
Intermediate data set to hold working database (SELECT statement position 16). EXTDATA, if requested, will also be written to this file. |
RECFM=VB LRECL=8188 BLKSIZE=8192 |
|
SORTWKnn |
Temporary data sets used as sort work area in all sort phases. |
NONE |
|
CAIJSCT1 |
Temporary data set to hold edited report control statements. |
RECFM=F LRECL=80 |
|
CAIJSCT2 |
Same as CAIJSCT1. |
RECFM=F LRECL=80 |
|
CAIJSCIN |
Used to input report control statements. |
RECFM=F LRECL=80 |
|
CAIJSPRT |
SYSOUT data set for output reports. |
RECFM=F LRECL=133 BLKSIZE=133 |
|
CAIJSCSV |
CSV output for the PDS data set. |
RECFM=VB LRECL=512 BLKSIZE=5124 DSORG=PO |
|
CAIJSIDX |
CSV index file. |
RECFM=VB LRECL=255 BLKSIZE=2550 |
|
CAIJSNAP |
Used to snap rejected SMF records. Must be a valid SYSOUT class. Cannot be DUMMY. |
RECFM=VBS LRECL=125 BLKSIZE=882 |
|
CAIJSSPN |
Used to hold records from incomplete jobs/sessions for later processing (use OPTION statement position 38 to request Suspense file). |
RECFM=VB LRECL=4256 BLKSIZE=6233 |
|
CAIJDB2X |
Used to hold DB2 accounting records for later processing by CA JARS Wizard's DB2 accounting extract (OPTION statement position 37). |
RECFM=FB LRECL=372 BLKSIZE=2976 |
|
CAIJDB2P |
(Optional) Used for problems determination and to hold a formatted dump of each DB2 accounting record. Do not DUMMY (OPTION statement position 37). |
RECFM=VBS LRECL=137 BLKSIZE 1100 |
|
CAIJMSFX |
(Optional) Used to hold NETVIEW session records for later CA JARS Wizard processing. |
RECFM=FB LRECL=200 BLKSIZE=4000 |
|
CAIJS(X) |
(Optional) Alternate data set for output report. DDNAME suffix as indicated on SORT statement (SORT statement position 64). |
RECFM=F LRECL=133 BLKSIZE=133 |
|
CAIJXxx |
Output XML data set produced by XML Writer. The last two characters in the name are filled in with the characters in positions 65-66 of the SORT statement. |
RECFM=VB LRECL=255 |
|
CAIMXxx |
Output XML schema data set produced by XML Writer. The last two characters in the name are filled in with the characters in positions 67-68 of the SORT statement. If these positions are blank, the last two characters will be set using the characters in positions 65-66. |
RECFM=VB LRECL=255
|
|
CAISDPRM |
Used as input to CA Service Desk for optional parameters. See the Systems Programmer Guide for more information on these parameters. |
RECFM=F/FB LRECL=80 BLKSIZE=multiple of 80 if FB; otherwise 80 |
|
SYSOUT |
Output data set for SORT output. |
NONE |
|
STEPLIB |
Used to access library containing CA JARS modules. |
NONE |
|
SORTLIB |
Used to access library containing SORT modules. |
NONE |
| Copyright © 2012 CA. All rights reserved. |
|