What is the difference between joblib and jcllib statements
Answer Posted / sreedhar naidu dhekodna
Loadlib will contain load module of the program not the
step if the program is called in the step then the load
module of that particular program will be searched in that
load libraries which are specified in JOBLIB.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
how to run batch program without jcl?
what is DSN in JCL and what are the parameters to declare the DSN?
Can we call instream to catalog and catalog to instream?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Explain the function of the dd dcb keyword?
Explain the purpose of dd * statement in jcl?
what are JCLLIB and STEPLIB in JCL?
what is use of dcb parameter in dd statement?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Explain the function of the steplib dd statement?
Must tape dataset definitions include vol=ser specifications?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
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
What is jcl in mainframe, and how many types of jcl statements are there for a job?
is there any way to execute more than one proc in the same exec statement at the same time..?