I am attempting to override the CBLQDA parameter through the
JCL to the program. I have used :-
//STEP0020 EXEC PGM=PXN2000,PARM='/CBLQDA(OFF)'
//STEP0020 EXEC PGM=PXN2000,PARM='/CBLQDA=(OFF)'
//STEP0020 EXEC PGM=PXN2000,PARM='/CBLQDA=OFF'
//STEP0020 EXEC PGM=PXN2000,PARM='/,CBLQDA=OFF'
//STEP0020 EXEC PGM=PXN2000,PARM='/,CBLQDA(OFF)'
//STEP0020 EXEC PGM=PXN2000,PARM=('/,CBLQDA(OFF)')
And I get the same response :-
+IGZ019I No valid COBOL option was found after the last slash
Does anyone have any ideas on how to correctly use this parameter.
Thanks
Graham
JCL to the program. I have used :-
//STEP0020 EXEC PGM=PXN2000,PARM='/CBLQDA(OFF)'
//STEP0020 EXEC PGM=PXN2000,PARM='/CBLQDA=(OFF)'
//STEP0020 EXEC PGM=PXN2000,PARM='/CBLQDA=OFF'
//STEP0020 EXEC PGM=PXN2000,PARM='/,CBLQDA=OFF'
//STEP0020 EXEC PGM=PXN2000,PARM='/,CBLQDA(OFF)'
//STEP0020 EXEC PGM=PXN2000,PARM=('/,CBLQDA(OFF)')
And I get the same response :-
+IGZ019I No valid COBOL option was found after the last slash
Does anyone have any ideas on how to correctly use this parameter.
Thanks
Graham