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 / kameswari

hello,
Yes we can call 1 procedure from another procedure.
Here is my code.

public void res()
{

MessageBox.Show(res2().ToString());
}

public string res2()
{
str = "phani";
return str;
}

Form1_Load()
{
res();
}

Is This Answer Correct ?    0 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

2243


what is DSN in JCL and what are the parameters to declare the DSN?

1158


What is the significance of addrspc parameter in exec statement?

1156


What are the parameter we cannot use in procedure?

1081


if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

2242


what is “Cond= even” and “Cond=only”?

1261


What is the function of the dd mgmtclas keyword in sms datasets?

1192


Explain the hierarchy levels in jcl?

1642


what happens in execution stage in job processing?

1104


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2659


if the submitter of a job wants to inform another user about the job completion, how can it be done?

1207


What is one line to pass PARM from JCL to COBOL?

4922


What is the motivation behind coding class parameter in job statement?

1147


What is job control language?

1044


which utility is used to sort a file in jcl?

1183