suppose i have 10 job steps and i want to execute only step
6.How to write?
Answer Posted / anji
use Restate parameter in job card like Restart=(step 6)
And use cond parameter in 6'step like cond(4.le)
That means if successful exection 6 th step before going to
7th step it will check cond code if it is true remaning
steps not executed.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is DSN parameter and DISP parameter is used for?
What are steplib and joblib? What for they are used?
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 operation is performed by job statement?
What is jcl in mainframe?
how JCL works?
how would you create a temporary dataset? And where will you use them?
What do you understand by the term notcat 2 – gs?
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) ?
What is the purpose of dd dummy statement?
Explain the purpose of dd dummy statement?
How do you create a temporary dataset?
How can values be passed from the job stream to an executable program?
what is “Cond= even” and “Cond=only”?
How do you access an uncatalogued dataset in a jcl?