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

There is a procedure in A.B.PROCS(PROC1) (member name is
PROC1)
//PROCA...

There is a call to a procedure PROCA from a JOB.
//STEP01 EXEC PROCA
...

Here "PROCA" in JOB refers to the actual PROC name or the
member name of the PDS where this PROCA is stored.

Answer Posted / abhijit18in2002

Procedure library
ABC.XYZ.PROCLIB(PROC1)
//PROCA PROC
....
....
Job Library
ABC.XYZ.JOBLIB(JOBA)
//STEP01 EXEC PROCA
.....
.....

When JOBA is run it will Fail with
JCL error saying :Procedure PROCA not found
It is Compulsion that Member name of Procedure should have
Same name as the Procname.So When PROC1 is Changed to
PROCA .. Job will run fine

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is acct parameter mandatory?

1277


When space is allocated for an output dataset, what units can be used?

1327


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

2611


what is a jcl?

1179


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

1197


What is the difference between the positional and keyword parameters? Give examples.

1317


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

1128


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5599


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?

1206


What is jcl in mainframe?

1259


List the different jcl statements that are not permitted in the procedures?

1125


Brief description of inline procedure of jcl.

1316


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

1201


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

1343


Must tape dataset definitions include vol=ser specifications?

1785