How to execute only th 15th step of JCL consisting of 50 steps?
Answer Posted / raj
use iebedit utility
| Is This Answer Correct ? | 24 Yes | 0 No |
Post New Answer View All Answers
Can I send output of job to my remote device careerride123?
Explain the function of //jcllib statement?
what is DD statement is used in JCL?
how JCL works?
How does the jcl specify the job to os?
How can a fb file convert to vb file using sort program?
How to alter the parameters for the existing gdg?
Name a few IBM utility programs, and explain its function.
What is the syntax of JCL statement?
What is the use of disp parameter?
Mention the types of job control statements?
What are hierarchy levels in jcl?
How can the submitting users racf authority be overridden in a job stream?
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.
How do you create a temporary dataset?