PL/I preprocessor fails with error IBM3841I S The INCLUDE file XYZ could not be opened.
This error happen when I use the MACRO option, the weird part, it works for some code and for don't for another. The INCLUDE library looks like pretty fine. It is declared on the code and in the SYSLIB at JCL. I understand MACRO is need when you have include to be used during the code, am I right? There some another option to add on this JCL COMPILER?
//* -----------------------------------------------------------
//PLIPRE EXEC PGM=IBMZPLI,REGION=2048K,
// PARM=('MACRO,SOURCE,MDECK,XREF(S),NOSYNTAX,AG,OBJECT')