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 the difference between the JCLLIB and JOBLIB ,and
where do we use it ?

Answer Posted / manojkumar sivakumar

JCLLIB is used with either OS/390 or MVS/ESA Version 4 or
higher JES2 or JES3 systems, to identify a private library
or a system library from which INCLUDE groups and JCL
procedures are to be retrieved. The order in which the
library names appear on the JCLLIB statement is the order
in which they are searched for any JCL procedures (PROCs)
and INCLUDE groups referenced by this job.

The JOBLIB DD statement is used to identify a program
library to search first when attempting to locate programs
executed during the job's life. The JOBLIB must be placed
after the JOB statement and before the first EXEC statement
in the job. More than one program library can be
concatenated after the first one on a JOBLIB.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is acct parameter mandatory?

1277


What are the parameter we cannot use in procedure?

1199


what is the compile process of cobol program expalin with code

2652


What are steplib and joblib?

1225


Give the syntax of job specifying jcl statement.

1205


what is use of space parameter in dd statement?

1333


define cond parameter in jcl?

1330


What does a disposition of (new,catlg,keep) for a dsn mean?

1201


Explain how can return codes be tested before execution of a job step?

1377


What is NOTCAT ?

1384


List the different components of jcl statement?

1150


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

2673


Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed

2614


What is the maximum length of a single line of jcl?

1406


Is condition checking possible in jcl? If yes, how?

1346