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

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

807


Explain about LMQUERY�give a dialog information about a data set

896


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

5058


Explain how can a stopped job be started again?

636


which utility is used a dummy utility?

785






Explain about LMFREE�free data set from its association with data ID

996


what is the use of IEBGENER utility?

654


how to do automated restart when a job abends?

839


Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You

2259


Explain the purpose of dd * statement in jcl?

631


Explain dfsort utility?

665


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

792


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

730


is there any way to execute more than one proc in the same exec statement at the same time..?

2101


What are hierarchy levels in jcl?

947