Hi,
This is regarding pulling a source module (a program) from Librarian, if it has multiple version of a program available.
I am able to pull the current version of program through jcl which I have. I am mentioning it below.
I need a modified jcl which could be used to pull older version of the program. I can see older version but I am not able to pull it. Please help if anybody have idea. Appreciate it.
I am using jcl to pull current version is
//EXTRACT EXEC PGM=AFOLIBR,PARM='NRJS,NJTA'
//SYSPRINT DD SYSOUT=*
//MASTER DD DSN=KCT.CSC.L70MAST,
// DISP=SHR
//OSJOB DD DSN=KCT.ITO6192.SOURCE(ACFDEF),DISP=SHR
//* DISP=(,CATLG),
//* SPACE=(TRK,(1,1)),
//* UNIT=DEVPK,
//* DCB=80,BLKSIZE=4080
//SYSIN DD *
-OPT UTILITY
-EXTRACT ACFDEF VERSION 01 LEVEL 01
/*