Compiler listings and side file attributes
Compiler listings and side files must be allocated using the following attributes:
DDname Attributes:
- CAZADATA
- Sequential data set or PDS(E), RECFM=VB, LRECL=8188
- CAZLC
- Sequential data set or PDS(E), and either:
- RECFM=VB or VBA and LRECL=137
- RECFM=FB or FBA and LRECL=133
- CAZLCOB
- Sequential data set or PDS(E), RECFM=FBA, LRECL=133
- CAZLCOBO
- Sequential data set or PDS(E), RECFM=FBA, LRECL=121
- CAZSYSDB
- Sequential data set or PDS(E), RECFM=FB, LRECL=1024
- CAZLANGX
- Sequential data set or PDS(E), RECFM=VB, LRECL=1562
- CAZLPLI
- Sequential data set or PDS(E), RECFM=VBA, LRECL=125
- CAZLPLIE
- Sequential data set or PDS(E), RECFM=VBA, LRECL=137
For variable length records, the indicated record lengths (LRECL) are minimum values.
In order for Application Performance Analyzer to read the compiler listings or side files, they must not be allocated as temporary data sets (for example, using &&dsname-type data set names in your JCL).
For the purpose of conserving disk space, compiler listings can be stored in ISPF packed format. This is done by using the PACK ON option from within ISPF edit of the file. The ISPF packed format is not permitted for IDILANGX or IDIADATA data sets.