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

can u execute a proc from another proc?

Answer Posted / manikandan

hi all here is code for invoking proc within anothr proc

//proc1 proc
//step1 exec pgm=pgm1
//step2 exec pgm=pgm2
//step exec proc1
// pend
//*********below proc2 i invoke proc1***********
//proc2 proc
//step3 exec pgm=pgm3
//step4 exec pgm=pgm4
//step exec proc1
// pend


let me know any wrong from above

thank u

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of a dd statement?

1261


Are there any set of rules for the names of the steps used in a job? What are they?

1117


what are the statements that are not valid to be included in an include statement?

1435


how do you access an uncataloged dataset in a jcl?

1815


Name what parameter directs the output of the job log dataset?

1106


Where & How Do You Code Identifier In Jcl?

1325


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

2958


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

1344


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

1263


What is the function of dd name parameter with a 2 part structure; audit.report?

1322


how can you check if a file is empty using jcl?

1488


What is NOTCAT ?

1381


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

1281


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

1175


How does jcl act on code(if you take a cobol program)?

1349