How to execute a set of JCL statements from a COBOL program ?
Answer Posted / ram.g
pgm looks gud...but is it possible to have the jcl in input
file rather than creating o/p file in pgm and use the input
file to submit the jcl..by assinging whatever *.intrdr's dd
name to the i/p file...
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do you create a temporary dataset?
a dd statement has 2 types of parameters. Name them?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
how do you code a null statement?
Suppose I have five jobs to do. But I want to hold one?
What are the utility programs in jcl?
What is the function of //cntl statement?
How can the submitting users racf authority be overridden in a job stream?
how to run batch program without jcl?
Explain the hierarchy levels in jcl?
Is automatic restart possible in jcl?
How is the record format of an output dataset specified?
Explain the function of //cntl statement?
How do you overcome this limitation ?
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 ?