what is a jcl?
No Answer is Posted For this Question
Be the First to Post Answer
We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?
How many instream we can write in single jcl?
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
What is the function of job statement in jcl?
How can return codes be tested before execution of a job step?
is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?
What are the 2 types of parameters in dd statement?
Differentiate between the joblib and the steplib statements?
how to resolve sb37,sd37 se37 abends
What are the common jcl syntax errors you get? This is not abends?
What are the basic JCL Statements for a Job?
how to create gdg with out using idcams utility