Example: specifying compiler options using JCL
The following example shows how to specify compiler options under z/OS® using JCL.
. . .
//STEP1 EXEC PGM=IGYCRCTL,
// PARM='LIST,NOCOMPILE(S),OBJECT,FLAG(E,E)'
The following example shows how to specify compiler options under z/OS® using JCL.
. . .
//STEP1 EXEC PGM=IGYCRCTL,
// PARM='LIST,NOCOMPILE(S),OBJECT,FLAG(E,E)'