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


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

Answers were Sorted based on User's Feedback



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

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

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

Answer / ch.mohan

steblib writtens after exec statements and joblib written
after jobcard the

Is This Answer Correct ?    1 Yes 0 No

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

Answer / tanmay

Joblib is written before the STEP and it gives the library
name where the program resides.
Step lib is coded in any step and tells the library where
the program resides.

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More JCL Interview Questions

When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

0 Answers   IBM,


What is the purpose of the dd keylen parameter?

0 Answers  


Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?

2 Answers  


in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?

5 Answers   ADP,


How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.

2 Answers   Target,


what is the meaning of 'sysin dd dummy'

3 Answers  


Define concatenating?

0 Answers  


how can handle the s0c4 abend???

3 Answers  


For how long a job can be executed continuously in a mainframe ?

4 Answers  


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?

3 Answers  


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 a COND parameter in JCL?

10 Answers   TCS,


Categories