How many types of libraries are there in JCL ?
Answers were Sorted based on User's Feedback
Answer / 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 |
how to solve u4038 abbend?........
what is the alternative to model parameter?
IN MY JCL I VE 8 STEPS I WANT TO EXCUTE STEP 8 FIRST THEN EXCUTE STEP 4 ,HOW WILL EXCUTE STEP 8 BEFORE STEP 4?
7 Answers Cognizant, IBM, IGT,
Are there any set of rules for the names of the steps used in a job?
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
What is the function of the steplib dd statement?
Define concatenating?
How does jcl act on code(if you take a cobol program)?
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?
Hi, can any one tell about " How do u eliminate the duplicates "
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?