A PROC has five steps. Step 3 has a condition code. How can
you override/nullify this condition code?
Answer Posted / sanjayreddyguna
//step1 exec proc=procname,cond.step3=(0,le)
then proc in that step3 cond parameter will overide
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How can return codes be tested before execution of a job step?
What are hierarchy levels in jcl?
Is automatic restart possible in jcl? If yes, how?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Is there any command to check wether the ps file is in sorted order?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what is DSN parameter and DISP parameter is used for?
Explain how can the submitting users racf authority be overridden in a job stream?
i want to store 20 digits . how will u do it in cobol ?
How can a stopped job be started again?
In sms datasets, what is the function of the dd avgrec keyword?
what operation is performed by job statement?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?