How many types of libraries are there in JCL ?
Answer Posted / guest
Libraries are of three types.
1.Sytem Libraries: SUCH AS SYS1.LINKLIB
2.Private Libraries: SPECIFIED IN A JOBLIB OR STEPLIB DD
STATEMENTS.
3.Temporary Libraries: CREATED IN A PREVIOUS STEP OF THE JOB.
| Is This Answer Correct ? | 13 Yes | 7 No |
Post New Answer View All Answers
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is the purpose of the dd keylen parameter?
Where can program checkpoints be stored for use in a restart?
What are the parameters that are used in creating a gdg?
what is use of disp parameter in dd statement?
What are the jcl procedures?
Explain the jcl exec statement?
what is the compile process of cobol program expalin with code
how you can direct the data to spool using SYSOUT option?
What are the 2 types of parameters in dd statement?
What is the function of dd disp parameter?
how do you code a null statement?
Can I share my data with other jobs? How?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What happens if both JOBLIB & STEPLIB is specified ?