z/OS MVS Program Management: User's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EXEC statement—PGM parameter

z/OS MVS Program Management: User's Guide and Reference
SA23-1393-00

The PGM parameter on the EXEC statement names the program to be executed. The binder is executed using these program names:
IEWBLINK
Binds a program module and stores it in a program library. Alternative names for IEWBLINK are IEWL, LINKEDIT, HEWL, and HEWLH096.
IEWBLDGO
Binds a program module, loads it into virtual storage, and executes it. Alternative names for IEWBLDGO are IEWLDRGO, LOADER, and HEWLDRGO.
For example, the following EXEC statement invokes the binder:
//LKED       EXEC   PGM=IEWBLINK

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014