Hello All,
I have a requirement to change the compiler options (PARM='+DD:OPTIONS',) in the below jcl.
//COMPIL EXEC PGM=IBMZPLI,PARM='+DD:OPTIONS',
// COND=(5,LT),REGION=90M
//*
//OPTIONS DD *
//*
//STEPLIB DD DISP=SHR,DSN=DUN0U1.COMPILER.OS.LINKLIB
// DD DISP=SHR,DSN=IBMZ.SIBMZCMP
// DD DISP=SHR,DSN=CEE.SCEERUN
But, am not able to locate the options file..
Can anybody help me out if you all had workde with IBMZPPLI..
Thanks