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


Creating a phase

HLASM Programmer's Guide
SC26-4941-06

The linkage editor processes your assembled program (object module) and prepares it for running. The processed object module becomes a phase.

Optionally, the linkage editor can process more than one object module, and transform those object modules into a single phase.

Figure 1 shows the general job control procedure for creating a phase (link-editing).
Figure 1. Sample job control for creating a phase
// JOB jobname
// DLBL IJSYSLN,'file-ID',0,SD
// EXTENT SYSLNK,volser,1,0,start,tracks
// ASSGN SYSLNK,DISK,VOL=volser,SHR
// LIBDEF OBJ,SEARCH=(lib.sublib)
// LIBDEF PHASE,CATALOG=(lib.sublib)
// OPTION CATAL
   ACTION MAP
   PHASE phasenam,*
     ⋮
// EXEC LNKEDT
/&

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014