How to execute a set of JCL statements from a COBOL program ?
Answer Posted / satyasivaji.ch
we can do this by SYSOUT=(*,INTRDR),internal reader concept.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the jcl procedures?
What parameter directs the output of the job log dataset?
Why block size is multiple of lrecl in jcl?
how can the same proc be re-used and called by many jobs?
define cond parameter in jcl?
Name a few IBM utility programs, and explain its function.
what are the various stages of job processing?
in ways data can be passed to a COBOL program from 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 ?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What is the use of disp parameter?
How gdg are concatenated?
What are the utility programs in jcl?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?