Answer Posted / raghupathireddy
JCLLIB is a JCL stmt that allows the user to specify
his/her own proclibs and/or specify the order in which
they're searched to find the PROC(s) or INCLUDE libraries
invoked in the JCL.
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
When space is allocated for an output dataset, what units can be used?
which utility is used to run a cobol-db2 program?
What is the motivation behind coding class parameter in job statement?
A dd statement consists of 4 fields. Name them?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What is the function of dd name parameter with a 2 part structure; audit.report?
Explain how can return codes be tested before execution of a job step?
When output dataset space is required, what quantity categories are used?
Explain how can the attributes of one sms dataset be copied to another dataset?
Matching Logic in Jcl not in cobol.Could any one please answer this question
what is the purpose of coding class parameter in job statement?
Explain about LMFREE�free data set from its association with data ID
How to pass data to a program that is coded in an exec statement?