Answer Posted / nand
MSGCLASS depends on the default installations set up.
MSGLEVEL=(1,1) is default not for MSGCLASS
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain the function of dd name parameter with a 2 part structure; audit.report?
what is use of disp parameter in dd statement?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
How to do automated restart when a job abend?
List the different jcl statements that are not permitted in the procedures?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is Cataloged Procedures?
What do you understand by the term job time – out and how can you overcome that?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
How can return codes be tested before execution of a job step?
What is the function of dd disp parameter?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
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 to submit jcl through a cobol program?
What is the maximum length of a single line of jcl?