HLASM Programmer's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Specifying the associated data data set: SYSADATA

HLASM Programmer's Guide
SC26-4941-06

Define the data set that contains your associated data output with the SYSADATA DD statement:
//SYSADATA DD   DSN=dsname,UNIT=SYSALLDA,
//              SPACE=(subparms),DISP=(MOD,PASS)

The associated data data set contains information regarding the assembly. It provides information for use by symbolic debugging and cross-reference tools. The SYSADATA data set must be directed to an intermediate storage device capable of sequential access.

The recommended minimum LRECL for the SYSADATA data set is 8188.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014