can u execute a proc from another proc?
Answer Posted / ajay_sahu
Will u plz give the coding or statments...how to call or
execute another proc....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can the submitting users racf authority be overridden in a job stream?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Mention the types of job control statements?
What is the significance of addrspc parameter in the exec statement?
Name a few IBM utility programs, and explain its function.
Is automatic restart possible in jcl? If yes, how?
Is condition checking possible in jcl? If yes, how?
Can we use DISP=SHR in output file in JCL
what is a jcl?
Explain the function of a dd statement?
What statement can be used to send data to another mvs jes3 node?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
what is the compile process of cobol program expalin with code
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?