I know it is possible to override a parm in an EXEC statement that has been called in by a proc but I have been unable to override a parm in an EXEC statement that is called in by an INCLUDE. For example the following statement below is called in by an INCLUDE:
// INCLUDE CA11 this is the include that calls in the EXEC statement
//CA11INC EXEC PGM=U11RMS,PARM='P' this is the EXEC statement i wish to override
I want to override the PARM='P' to PARM='N' I'm thinking this cannot be done when the jcl is called in by an INCLUDE.