A job has 90 steps i want to execute only step7 and step15
Answer Posted / shriram10
Ans1) you can use IEBEDIT Utility like
//step1 exec pgm=iebedit
//sysprint dd sysout=*
//sysut1 dd dsn=proj.test.file,disp=shr
//sysut2 dd sysout=(*,intrdr)
//sysin dd *
edit type=include
stepname=(step7,step15)
/*
correct me if i am wrong
thanks
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is Cataloged Procedures?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Is it possible to define dd statements as you want?
How to run cobol program using jcl?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Matching Logic in Jcl not in cobol.Could any one please answer this question
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) ?
How can a stopped job be started again?
which parameter is use to declare the name of dataset in dd statement?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
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.
Must tape dataset definitions include vol=ser specifications?
what is DSN in JCL and what are the parameters to declare the DSN?
How can the attributes of one sms dataset be copied to another dataset?
What are the jcl procedures?