what is the difference between the JCLLIB and JOBLIB ,and
where do we use it ?
Answer Posted / bala
Programs that needs to be executed in a job are searched
in Library provided at JOBLIB, provided STEPLIB is not
given for provided (or) program is not first fount in
STEPLIB.
All the PROCs used in a job are search in the library
specified in JCLLIB
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How does jcl act on a cobol code?
Explain about LMFREE�free data set from its association with data ID
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
A dd statement consists of 4 fields. Name them?
Name what parameter directs the output of the job log dataset?
How can values be passed from the job stream to an executable program?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is the function of job statement in jcl?
What is the motivation behind coding class parameter in job statement?
What is the purpose of dd dummy statement?
Can an individual step be restricted from using all the jobs allowed cpu time?
How would you understand error(execution phase)?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
how would you create a temporary dataset? And where will you use them?