Hello,
Does anybody know if it is possible to get in a jcl the name of the job that created the dataset:
Example:
//SORT01 EXEC PGM=SORT
//SYSOUT DD SYSOUT=*
//CEEDUMP DD SYSOUT=C
//SORTMSG DD SYSOUT=*
//SORTJNF1 DD DSN=ABC.DE123F.GH123I(0),DISP=SHR
//SORTJNF2 DD DSN=JKL.MN123O.PQ123R(0),DISP=SHR <--- I need to get the name of the job that created this file