What is the motivation behind coding class parameter in job statement?
No Answer is Posted For this Question
Be the First to Post Answer
What is the meaning of keyword in JCL? What is its opposite?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is a S0C4 error ?
Explain about LMMLIST�list a library's members
how you will define a temporary dataset in jcl?
What are the parameter we cannot use in procedure?
what is the difference between JES3 and JES2?
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
What are the rules employed while naming the steps in a job?
How to do automated restart when a job abend?
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
How to get the last but one duplicate record of the file using Sort?