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 |
Explain the function of the steplib dd statement?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
what will be the error code if duplicate key of VSAM file is found?
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
what is XSUM in some fields= none, xsum ??
Explain how can return codes be tested before execution of a job step?
How to execute step2,step1, step3 if step1,2,3 are in order
what are the symbolic parameters? why do we use symbolic parameters ?
2 Answers IBM, TCS, UST, Xansa,
what is JCL?
How much space OS allocates when you create a PS or PDS?
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
when can a job time-out occur? How to overcome that?