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

wht do u mean by inrec and outrec ?

1 Answers   IBM,


How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

0 Answers  


Is acct parameter mandatory?

0 Answers  


What does the keyword DCB mean and what are some of the keywords associated with it?

3 Answers   ITC Infotech,


In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?

4 Answers  


What is the error code SOC01 indicate ?

5 Answers   Microsoft,


what is the purpose of coding class parameter in job statement?

0 Answers   IBM,


How many parameters are there to a DISP statement and what are their uses ?

3 Answers  


what is the cond=even only

4 Answers   EDS,


What is jcl in mainframe?

0 Answers  


When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).

2 Answers  


Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?

5 Answers   Patni,


Categories