In job processing, what happens in execution stage?
No Answer is Posted For this Question
Be the First to Post Answer
what is the resolution for sb37 error
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 Answers IBM, Infosys, TCS, Xansa, Xchanging,
Which COND paramter will u use to execute the step only if the previous step does not execute
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?
Please give me the coding for converting VB to FB and FB to VB
when GDG version number get changed ? bcz always Generations only increasing.
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
What happens if both JOBLIB and STEPLIB is specified ?
I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter
SORT card to eliminate duplicity.