if we are specifing joblib as well as steplib in job
then at the time of execution how the process will complete

Answer Posted / abhinandan

Above answer given is wrong. the job will execute and
steplib will overide the joblib. means job will ignore the
load module kept in it, job will pick up the load module
from the steplib for that particular step where steplib is
mentioned.

Is This Answer Correct ?    15 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain dfsort utility?

665


What is Cataloged Procedures?

711


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1764


How gdg are concatenated?

668


What is the motivation behind coding class parameter in job statement?

681






What parameter directs the output of the job log dataset?

763


What is jcl in mainframe?

688


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


Is automatic restart possible in jcl? If yes, how?

655


Explain the purpose of the dd keylen parameter?

670


which parameter is used to check the syntax of a jcl without executing it?

796


what is the compile process of cobol program expalin with code

1998


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

857


What is the significance of addrspc parameter in exec statement?

726


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2050