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
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
When space is allocated for an output dataset, what units can be used?
in ways data can be passed to a COBOL program from JCL?
What is jcl in mainframe?
What is the function of //cntl statement?
How dummy is used in jcl?
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?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What is the purpose of dd * statement in jcl?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
what sort card you will use to copy the data from one dataset to another dataset?
what is DSN in JCL and what are the parameters to declare the DSN?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Explain dd statement in jcl?