How can we execute only one step in a job
Answer Posted / sravanthi
We cannot specify COND parameter for the first step in JCL.
So if there are many steps in JCL, we need to restart the
job from the required step. A null statement at the end of
this step can be given for running this step alone. If any
other step also need sto be run, then we can go for the COND
parameter instead of the null statement
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
what is use of dsn parameter in dd statement?
what are the statements that are not valid to be included in an include statement?
What is the use of disp parameter?
Explain how can the submitting users racf authority be overridden in a job stream?
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.
When space is allocated for an output dataset, what units can be used?
Is it possible to define dd statements as you want?
What is the use of symbol // in jcl?
How can the disposition of sysout datasets be set for an entire jobstream?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Explain in DD statement what is the use of DCB parameter?
what is a jcl?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
How is the record format of an output dataset specified?
What is the function of the steplib dd statement?