Answer Posted / umesh
This job will execute maximum 1 sec.
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Name a few IBM utility programs, and explain its function.
What happens if both JOBLIB & STEPLIB is specified ?
Is it possible to left uncode disp? If yes, how?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
which parameter is used to check the syntax of a jcl without executing it?
How can a fb file convert to vb file using sort program?
What are steplib and joblib?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is concatenating?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
what is the use of IEBGENER utility?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.