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


Invoking the LKEDG procedure

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

To invoke the LKEDG procedure, code the following EXEC statement:
//stepname   EXEC   LKEDG
The following example shows a sample JCL sequence for using the LKEDG procedure to bind object modules, produce a program module, and execute that module.
//TWOSTEP    EXEC   LKEDG
  (Overriding and additional DD statements for the LKED step)
//LKED.SYSIN DD     *
  (Object module decks or control statements, or both)
/*
  (DD statements for the GO step)
//GO.SYSIN   DD      *
  (Data for the GO step)
/*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014