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 |
What parameter of the job statement is used to limit the cpu time consumed by the job?
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?
what r the types of job control statements?
Explain concatenating datasets?
How do you access a file that had a disposition of KEEP?
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..
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?
I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?
what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.
i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you