can u execute a proc from another proc?
Answer Posted / manju
i tried and its working
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why block size is multiple of lrecl in jcl?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Explain about LMQUERY�give a dialog information about a data set
Mention the types of job control statements?
In sms datasets, what is the function of the dd mgmtclas keyword?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is the use of symbol // in jcl?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
what is use of space parameter in dd statement?
when does a dataset go uncataloged?
what are the various stages of job processing?
What is NOTCAT ?
What is the difference between run mode and addressing mode?
what is the resolution for sb37 error
How does jcl act on code(if you take a cobol program)?