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 is a GDG base created?
Explain about REXX
Can we use DISP=SHR in output file in JCL
how you will define a temporary dataset in jcl?
how to edit a tape dataset ? asked in wipro
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute from 7th to 10th step. What is the solution for this ?
can we maintain 2 generations with different Lengths in Same GDG ?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
how to purge 50 initiators continuously?? console commands??
What is a MODEL Paramater in GDG ?
what is the compile process of cobol program expalin with code