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 JCLLIB and PROCLIB in jcl and their syntax

Answers were Sorted based on User's Feedback



what is JCLLIB and PROCLIB in jcl and their syntax..

Answer / raghu

//proccall jcllib order=proclib.name,disp=shr


//proclib dd dsn=proclib.name,disp=shr

Is This Answer Correct ?    6 Yes 3 No

what is JCLLIB and PROCLIB in jcl and their syntax..

Answer / ashok kumar

jcllib is used to identify procedure,include private liveries
syn:
//jclnam jcllib order=(lib1,lib2)


proclib is having achval proc private liberes

// procname proc
// steps.....
//.....

Is This Answer Correct ?    3 Yes 5 No

what is JCLLIB and PROCLIB in jcl and their syntax..

Answer / ch.mohan

jcllib is identify the path of proclib,and proclib is
identify the procedure name
syntax
//proclib jcllib order=userid.name.proclib.filename

Is This Answer Correct ?    6 Yes 9 No

Post New Answer

More JCL Interview Questions

when can a job time-out occur? How to overcome that?

0 Answers   IBM,


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

3 Answers   L&T,


Explain the function of a dd statement?

0 Answers  


What are the utility programs in jcl?

0 Answers  


How do you find which GDG is using which dataset?

3 Answers   Patni,


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

0 Answers  


Explain in DD statement what is the use of DCB parameter?

0 Answers  


Please explain with syntax and an example, the Inrec fields and Outrec build in sort.

4 Answers   CTS, TCS,


how to resolve soc-7 ? please tell me

3 Answers   IBM,


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

0 Answers  


IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?

2 Answers   IBM,


how to run JCL thru COBOL.

1 Answers   Patni,


Categories