A. Job Abended in STEP03. Now run job again to execute
STEP03, STEP04 (STEP01,STEP02 should not execute again)
Answer Posted / guest
by using restart parameter you can do this.
//jobcard, restart=(step3)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
I need exexution process for JCL programs
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.
Differentiate between addressing mode and run mode.
What is job control language?
Brief description of inline procedure of jcl.
How do you access an uncatalogued dataset in a jcl?
List the various advantages of using jcl language?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Explain about LMQUERY�give a dialog information about a data set
How can the attributes of one sms dataset be copied to another dataset?
Why include statement is used in a jcl?
What is the purpose of dd?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain