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...


What is JOBLIB ?

Answers were Sorted based on User's Feedback



What is JOBLIB ?..

Answer / shakila vinayagam

It is a DD (Data definition) statement, and it specifies
where
the program (which is specified in EXEC statement)
exists.
It is applicable to all job steps in that job. It
cannot be used
in cataloged procedures.

Syntax -> //JOBLIB DD DSN=dataset

EXAMPLE JCL ->

//MYJOB JOB (E343),'KRISHNA'
//JOBLIB DD
DSN=SE.TEST.LOADLIB,DISP=SHR <--- Attention
//STEP1 EXEC PGM=COBPROG


Immediately following the JOB statement is
the JOBLIB DD
statement. This is used to specify the
location of the
program that is to be executed.

Is This Answer Correct ?    6 Yes 0 No

What is JOBLIB ?..

Answer / tina

JOBLIB specifies the list of loadlibraries which include the
programs to be executed.
You can have any no. of LOADLIBS.

Is This Answer Correct ?    3 Yes 0 No

What is JOBLIB ?..

Answer / pankaj thakur

Joblib specifies the location of program for all the steps
used within the JCL.In a single Job there can be 255 steps
coded at a single time.

If in a particular step we use the steplib statement then
that steplib statement overrides the joblib statement.

Is This Answer Correct ?    3 Yes 0 No

What is JOBLIB ?..

Answer / kaladhar

IT SPECIFIES THE LOADLIB IN WHICH THE PROGRAM LOADMODULES
OF ALL THE STEPS ARE SEARCHED.
JOBLIB MUST IMMEDIATELY FOLLOWS JOB STATEMENT.

Is This Answer Correct ?    3 Yes 0 No

What is JOBLIB ?..

Answer / selvarani ajeeth

Shakila ,I just need to add some points,
We can gie any number of loads in the joblib.
The precedence will be taken from the top to bottom.If the
program load is not found in the first PDS ,it will be
taken from the next.STEPLIB overrides JOBLIB statement.

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More JCL Interview Questions

how to create a member or sequential dataset through tso command??

4 Answers  


How do you pass parameters to the program as the job is being executed ?

2 Answers  


what is the use of JCL?

0 Answers  


mainframe questions like basic&depth

0 Answers   TetraSoft,


How do you send the output of a COBOL program to a member of a PDS?

7 Answers  


what JCL Procedures?

0 Answers  


if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario

4 Answers  


which utility is used a dummy utility?

0 Answers   IBM,


if the submitter of a job wants to inform another user about the job completion, how can it be done?

0 Answers   IBM,


what do you mean by include statement in jcl?

1 Answers   IBM,


oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset

3 Answers   Cognizant,


you have one jcl .in sort step 5 files are there.if out of 5 files if one file is uncataloged or not there then how will you correct your jcl so that problem does not come. you should not create this file externally.how will u overcome it.

3 Answers  


Categories