Answer Posted / bharu
when the program is in loop , in time out situation we face this abend.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain the function of a dd statement?
What are the jcl procedures?
Which statement is used to identify the private libraries in job?
whats the diff bw the evaluate also and and?
Can we call instream to catalog and catalog to instream?
a dd statement has 2 types of parameters. Name them?
what is the purpose of coding class parameter in job statement?
Is automatic restart possible in jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What is the purpose of disp parameter?
How can a stopped job be started again?
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 the syntax of JCL statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?