what is the purpose of coding class parameter in job statement?
No Answer is Posted For this Question
Be the First to Post Answer
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), whch one executes first and what happens if step1 and step2 time executes and wht about the remaining time if step and step2 executes
How do You skip a Step In JCL?
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
Which dd parameters are required?
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
What is the function of //jcllib statement?
How would you understand error(execution phase)?
I have Job A and Job B. I want to trigger Job B from Job A. Please advise.
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How is the record format of an output dataset specified?
Why include statement is used in a jcl?