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


Specifying object code data sets: SYSLIN and SYSPUNCH

HLASM Programmer's Guide
SC26-4941-06

Define the data set that contains your object output with the SYSLIN and SYSPUNCH DD statements. When the OBJECT option is in effect, the object module is written to SYSLIN. When the DECK option is in effect, the object module is written to SYSPUNCH. When both OBJECT and DECK options are in effect, the object module is written to both SYSLIN and SYSPUNCH.

You can direct the SYSLIN data set to either a card punch or an intermediate storage device capable of sequential access:
//SYSLIN   DD   DSN=dsname,UNIT=SYSALLDA,
//              SPACE=(subparms),DISP=(MOD,PASS)
You can direct the SYSPUNCH data set to either a card punch or an intermediate storage device capable of sequential access:
//SYSPUNCH DD   SYSOUT=B

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014