How can we execute only one step in a job
Answer Posted / sachin
Suresh Sir: I agree with your answer but if Condition is True means that particular step(2) will be bypassed however job execution will go to the next step(3). I am just fresher, so please correct me if i am wrong.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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.
What is multithreading in jcl?
when can a job time-out occur? How to overcome that?
how would you create a temporary dataset? And where will you use them?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What are the parameters that are used in creating a gdg?
How can return codes be tested before execution of a job step?
What are some jcl statements that are not allowed in procedures?
what is the purpose of coding notify parameter in job statement?
Why include statement is used in a jcl?
How can the attributes of one sms dataset be copied to another dataset?
Define concatenating?
What is the purpose of dd dummy statement?
how you will the direct the data to spool using sysout option?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?