What are the default system and catalog libraries in JCL?
Answers were Sorted based on User's Feedback
Answer / kiran
The default system library is SYS1.LINKLIB which contains all the IBM supplied system programs such as compilers,linkage editor and service programs.
| Is This Answer Correct ? | 3 Yes | 0 No |
How to do automated restart when a job abend?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
Which dd parameters are required?
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
What is a COND parameter in JCL?
IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?
List in order the hierarchical levels of jcl?
Name some of the JCL statements that are not allowed in procs.?
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?
Explain about LMCOPY -