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
Explain dd statement in jcl?
What parameter directs the output of the job log dataset?
What are steplib and joblib?
Explain about LMFREE�free data set from its association with data ID
How does jcl act on a cobol code?
Explain the function of the steplib dd statement?
What are the parameters that are used in creating a gdg?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
what is the purpose of coding notify parameter in job statement?
Explain the function of a dd statement?
Is automatic restart possible in jcl?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
is there any way to execute more than one proc in the same exec statement at the same time..?
Give the syntax of job specifying jcl statement.
how JCL works?