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 / sj@iy

In this case the job will fail because there is no member
by the name PROCA in the library.

However, there is no compulsion that the name with which
the proc is saved(member name) and the name inside the proc
(procname) needs to match In the sense, in the above case,
if proc is saved as PROCA and inside PROCA the procname
is //PROC1...there will be no issues while making a call as
given by the JCL (i.e. //STEP01 EXEC PROCA)

To conclude, a search is done based on member name and not
based on proc name.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I share my data with other jobs? How?

1193


What do you understand by the terms: joblib and steplib?

1255


What is concatenating?

1139


Does jcl support automatic restart?

1291


what is the use of JCL?

1209


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

1281


What do you understand by jcl?

1110


Explain the function of the steplib dd statement?

1179


Is there any command to check wether the ps file is in sorted order?

2955


how to do automated restart when a job abends?

1424


what is the difference between JES3 and JES2?

1191


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

1376


what is use of space parameter in dd statement?

1327


How does jcl specify the job to the operating system?

1307


How to pass data to a program that is coded in an exec statement?

1383