What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
No Answer is Posted For this Question
Be the First to Post Answer
how to skip the steps in JCl
which parameter is use to declare the name of dataset in dd statement?
What does the TIME parameter signify ? What does TIME=1440 mean ?
What does a disposition of (new,catlg,keep) for a dsn mean?
How can we see data in TEMPARARY DATA SET in JCL ?
Is Default for MSGCLASS = (1,1) ?
Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
common jcl abends??
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?