Purusothaman Ramanujam

Purusothaman Ramanujam

Personal Blog

23 Jan 2012

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

Categories