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 |
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
How to see the COMP3 value(packd decimal)
wht is the d/f between positional parameter n keyword parameter ?
Is condition checking possible in jcl?
How many instream we can write in single jcl?
How to rename a VSAM file as well as it's index file?
How do you submit a JCL under CICS environment ?
In job processing, what happens in execution stage?
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
How many days does a job remain in spool
Explain the purpose of dd dummy statement?
which parameter is use to declare the name of dataset in dd statement?