What parameter of the job statement is used to limit the cpu time consumed by the job?
Is condition checking possible in jcl?
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 function of the dd avgrec keyword in sms datasets?
Explain the function of dd disp parameter?
Can I share my data with other jobs? How?
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.
Explain the jcl exec statement?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Explain the purpose of dd dummy statement?
in ways data can be passed to a COBOL program from JCL?
How dummy is used in jcl?
What is one line to pass PARM from JCL to COBOL?
Is it possible to code instream data in a PROC?
What is the use of symbol // in jcl?