Hi There,
My application source code is using IKJEFT01 utility to execute PL/I DB2 program using below syntax:
//DB201 EXEC PGM=IKJEFT01,DYNAMNBR=50,
// PARM=('%DBDB20 RUN,DB2(&DB2SYS)PG(&PROGRAM)PL(&PLAN)',
// 'RTR(&RETRY)PRM(&PARMSTR)LNG(&LANG)RC(&RC)')
//SYSTSIN DD DUMMY
I have added below to the legacy.xml in <BatchProg> but it is not recognizing the relationship.
<item> IKJEFT01,PARM,2,PG(%P) </item>
