What is the motivation behind coding class parameter in job statement?
No Answer is Posted For this Question
Be the First to Post Answer
Why include statement is used in a jcl?
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)
Explain how can the attributes of one sms dataset be copied to another dataset?
what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..
how can the same proc be re-used and called by many jobs?
What does S0C4 error mean?
What do you understand by the term notcat 2 – gs?
HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)
What are the common jcl syntax errors you get? This is not abends?
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?