Compiler listings and side file attributes

Compiler listings and side files must be allocated using the following attributes:
DDname
Attributes
IDIADATA
Sequential data set or PDS or PDSE, RECFM=VB, LRECL≥8188
IDILC
Sequential data set or PDS or PDSE with either of the following attributes:
  • RECFM=VB or VBA and LRECL137
  • RECFM=FB or FBA and LRECL=133
IDILCOB
Sequential data set or PDS or PDSE, RECFM=FBA, LRECL=133
IDILCOBO
Sequential data set or PDS or PDSE, RECFM=FBA, LRECL=121
IDISYSDB
Sequential data set or PDS or PDSE, RECFM=F or FB, 80≤LRECL≤1024
IDILANGX
Sequential data set or PDS or PDSE, RECFM=VB, LRECL≥1562
IDILPLI
Sequential data set or PDS or PDSE, RECFM=VBA, LRECL≥125
IDILPLIE
Sequential data set or PDS or PDSE, RECFM=VBA, LRECL≥137

In order for Fault 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 storage 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.