z/OS MVS JCL User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Using IEFBR14 program for testing

z/OS MVS JCL User's Guide
SA23-1386-00

IEFBR14 is a two-line program that clears register 15, thus passing a return code of 0, and then branches to the address in register 14, which returns control to the system. If a step requests IEFBR14 instead of the program that the JCL actually supports, the system does the following:
  • Checks all the job control statements in the step for syntax.
  • Allocates direct access space for data sets.
  • Performs data set dispositions.
To test with IEFBR14, substitute IEFBR14 for the name of the program, as follows:
   //stepname EXEC PGM=IEFBR14,...  

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014