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
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?
what is DSN in JCL and what are the parameters to declare the DSN?
What is the significance of addrspc parameter in exec statement?
What are the parameter we cannot use in procedure?
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?
what is “Cond= even” and “Cond=only”?
What is the function of the dd mgmtclas keyword in sms datasets?
Explain the hierarchy levels in jcl?
what happens in execution stage in job processing?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What is one line to pass PARM from JCL to COBOL?
What is the motivation behind coding class parameter in job statement?
What is job control language?
which utility is used to sort a file in jcl?