Run a Program using Referback
It is possible to execute a program from any library using the referback feature.
STEP1 EXEC PGM=IEFBR14
//PROGRAM DD DSN=SYSTEM.PGM.LOADLIB(COBOLPGM),DISP=SHR
.
.
.
.
.
//STEP2 EXEC PGM=*.STEP1.PROGRAM
Personal Blog
It is possible to execute a program from any library using the referback feature.
STEP1 EXEC PGM=IEFBR14
//PROGRAM DD DSN=SYSTEM.PGM.LOADLIB(COBOLPGM),DISP=SHR
.
.
.
.
.
//STEP2 EXEC PGM=*.STEP1.PROGRAM