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


Inputting additional object modules

HLASM Programmer's Guide
SC26-4941-06

You can use the INCLUDE linkage editor control statement to specify additional object modules you want included in the phase.

Code the INCLUDE statements before the EXEC statement that invokes the linkage editor:
// EXEC ASMA90,SIZE=ASMA90
     ⋮
/*
 INCLUDE ASSMPGM
 INCLUDE ASSMPGM1
// EXEC LNKEDT
/&

Object modules specified by the INCLUDE statement are written to SYSLNK as job control encounters the statements.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014