Compiler listings and side file attributes

Compiler listings and side files must be allocated using the following attributes:
DDname
Attributes
HFZADATA
Sequential data set or PDS or PDSE, RECFM=VB, LRECL≥8188
HFZLC
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
HFZLCOB
Sequential data set or PDS or PDSE, RECFM=FBA, LRECL=133
HFZLCOBO
Sequential data set or PDS or PDSE, RECFM=FBA, LRECL=121
HFZSYSDB
Sequential data set or PDS or PDSE, RECFM=F or FB, 80≤LRECL≤1024
HFZLANGX
Sequential data set or PDS or PDSE, RECFM=VB, LRECL≥1562
HFZLPLI
Sequential data set or PDS or PDSE, RECFM=VBA, LRECL≥125
HFZLPLIE
Sequential data set or PDS or PDSE, RECFM=VBA, LRECL≥137

In order for Z Abend Investigator 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 HFZLANGX or HFZADATA data sets.