How does the jcl specify the job to os?
No Answer is Posted For this Question
Be the First to Post Answer
how to resolve soc-7 ? please tell me
what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?
How to empty the records in jcl
how to create gdg with out using idcams utility
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
How to pass the temp dataset form one JOB step to another?
i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?
i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?
Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?