how can the same proc be re-used and called by many jobs?
No Answer is Posted For this Question
Be the First to Post Answer
which utility is used to update pds?
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
What statement can be used to send data to another mvs jes3 node?
what is use of disp parameter in dd statement?
What are the utility programs in 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?
can we copy a file from fixed block to variable block and vice versa ....asap
diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)
what happens in conversion stage in job processing?
what are the statements that are not valid to be included in an include statement?
what is check pending option
My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 Answers HCL, IBM, L&T, TCS,