Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / om prakash yadav

The JOBLIB statement is placed after the JOB statement and
is effective for all JOB steps. It cancot be placed a
cateloged procedure. The STEPLIB statememnt is placed after
the EXEC statement and is effective for that job step only.
Unlike the JOBLIB statement, the STEPLIB can be placed in a
cataloged procedure.

If both the JOBLIB and STEPLIB statement are coded, then the
STEPLIB specification will override the JOBLIB specification
for that job step.
The specification of the STEPLIB will continue for any steps.

Is This Answer Correct ?    10 Yes 0 No

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

Answer / vikas bhardwaj

Ramesh's ans is wrong, Abhinandan is correct

Is This Answer Correct ?    3 Yes 0 No

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

Answer / ramesh

it cant execute the program since while steplib and joblib
both are coded in jcl.joblib takes the most preference so
that it cant be executed.

Is This Answer Correct ?    1 Yes 14 No

Post New Answer

More JCL Interview Questions

How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.

1 Answers   Cap Gemini,


What is jcl in mainframe?

0 Answers  


What is the function of dd disp parameter?

0 Answers  


What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?

1 Answers  


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

0 Answers  


Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?

2 Answers   CTS,


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

0 Answers   IBM,


suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?

5 Answers  


How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.

1 Answers  


when does a dataset go uncataloged?

0 Answers   IBM,


How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?

5 Answers   RBS,


Explain the jcl exec statement?

0 Answers  


Categories