wht is step lib n job lib ? where can we code joblib n steplib ?

Answer Posted / venkat

The library which is declared under the job cord is the
joblib. The library specified under the step is the steplib.
If the load module not found in the steplib then the system
searches in the joblib.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Suppose I have five jobs to do. But I want to hold one?

654


what is “Cond= even” and “Cond=only”?

737


How does jcl specify the job to the operating system?

745


What are the difference between jcl and jes?

1048


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

667






Explain the function of job statement in jcl?

644


What is the function of //jcllib statement?

798


what is the JCL statement consists of?

694


Brief description of inline procedure of jcl.

680


what is use of dcb parameter in dd statement?

769


What do you understand by jcl?

625


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?

1613


what are the statements that are not valid to be included in an include statement?

776


Explain how can a stopped job be started again?

636


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1485