what is the job entry system used in your project?
Answers were Sorted based on User's Feedback
define cond parameter in jcl?
what is use of disp parameter in dd statement?
Explain the function of the steplib dd statement?
What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?
What does the one advantange of using IEBUPDTE?????
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?
why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
what are the options in file-aid to edit vsam dataset and to compare data sets.
How do You skip a Step In JCL?
when GDG version number get changed ? bcz always Generations only increasing.
What do you do if you do not want to keep all the space allocated to a dataset?