What is the use of disp parameter?
No Answer is Posted For this Question
Be the First to Post Answer
When output dataset space is required, what quantity categories are used?
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
how do u define a file in cobol and jcl ?
How to print data of sequential file to Spool..?
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 use of dcb parameter in dd statement?
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
What is the purpose of dd * statement in jcl?
In job processing, what happens in execution stage?
how JCL works?
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
can we maintain 2 generations with different Lengths in Same GDG ?