what JCL Procedures?
No Answer is Posted For this Question
Be the First to Post Answer
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
How I sort the records in a file and copy the first 10 records to another file
I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:
after submiting the jcl.how do you know that the job has been completed.
is step name is compulsory in jcl ?
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
If job is submitted with typerun = hold then how can we submit the same job?
what is the function of iebcompr?....is it compare record length or characteristics of a dataset?...pls explain with examples.......
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
How jcl work to handle various input output file operations?