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
what is the purpose of coding class parameter in job statement?
how to run batch program without jcl?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
what is the difference between JES3 and JES2?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
which utility is used a dummy utility?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Is automatic restart possible in jcl?
What is one line to pass PARM from JCL to COBOL?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
what is use of space parameter in dd statement?
What parameter directs the output of the job log dataset?
what are JCLLIB and STEPLIB in JCL?