Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
Answer Posted / uma
Specify COND=(0,LE) in job card
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How can a fb file convert to vb file using sort program?
What are the parameters that are used in creating a gdg?
In sms datasets, what is the function of the dd avgrec keyword?
Is it possible to define dd statements as you want?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
How do you submit a job for execution?
What is notcat 2 - gs?
What is the purpose of dd dummy statement?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Explain how can return codes be tested before execution of a job step?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
how to run batch program without 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.