Answer Posted / xxx
RESTART=TRANSFORM.STEP10
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
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 you can access an uncataloged dataset in a JCL?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Explain about LMFREE�free data set from its association with data ID
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
what is the JCL statement consists of?
What is concatenating?
Explain the function of dd disp parameter?
How to submit a jcl from cics?
How does jcl act on a cobol code?
Does jcl support automatic restart?
How to run cobol program using jcl?
Explain the function of the steplib dd statement?
Explain the function of dd name parameter with a 2 part structure; audit.report?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?