A PROC has five steps. Step 3 has a condition code. How can
you override/nullify this condition code?
Answer Posted / charu
The condition code can be nullified by using the following
command.
//STEP001 EXEC procname, COND.stepname=(0,LE)
| Is This Answer Correct ? | 40 Yes | 9 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.
Differentiate between addressing mode and run mode.
Explain dfsort utility?
What is the function of dd name parameter with a 2 part structure; audit.report?
What are the rules employed while naming the steps in a job?
What is multithreading in jcl?
how to do automated restart when a job abends?
What is job control language?
i want to store 20 digits . how will u do it in cobol ?
what are the various stages of job processing?
is there any way to execute more than one proc in the same exec statement at the same time..?
What does a disposition of (new,catlg,keep) for a dsn mean?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Explain the purpose of dd * statement in jcl?
Name a few IBM utility programs, and explain its function.