Must tape dataset definitions include vol=ser specifications?
No Answer is Posted For this Question
Be the First to Post Answer
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?
How to find out the number of records in a file using JCL
Can a PS file be read in reverse order?If so,how
how to count the number of members in pds?
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
What are three major types of JCL statements? What are their functions?
In which table PLAN is registered in ?
i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?
what is DSN parameter and DISP parameter is used for?
How do you submit a job for execution?
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?