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
Is their any set of rules for dd? Explain.
which parameter is used to check the syntax of a jcl without executing it?
In job processing, what happens in execution stage?
Which statement is used to identify the private libraries in job?
Explain the function of job statement in jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Can we use DISP=SHR in output file in JCL
Is acct parameter mandatory?
what is JCL?
What is one line to pass PARM from JCL to COBOL?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
List the different jcl statements that are not permitted in the procedures?
Is there any command to check wether the ps file is in sorted order?
Are there any set of rules for the names of the steps used in a job?