i have 10 steps in jcl program but i have to exicute only
2,4,6,8th and 10th ?how it's possible?
Answer Posted / amarnath reddy
Hi,
It is possible to execute selected steps. Use IEBEDIT
utility we can execute selected steps.
Ex: //xcon39ac dob (p54I9k),'amarnath',class=x,....
//JS05 exec pgm=IEBEDIT
//.
.
.
//SYSIN DD *
EDIT TYPE=INCLUDE,
STEPNAME=(STEP2,STEP4,STEP6,STEP8,STPE10)
/*
//
| Is This Answer Correct ? | 35 Yes | 0 No |
Post New Answer View All Answers
What is the use of symbol // in jcl?
Which statement is used to identify the private libraries in job?
How can a stopped job be started again?
whats the diff bw the evaluate also and and?
When space is allocated for an output dataset, what units can be used?
Explain about ISPF/TSO Commands
can any one plzzzzzz tell the jcl code for creating ps using idcams
What is the motivation behind coding class parameter in job statement?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What are the parameter we cannot use in procedure?
How to override loadlib?
Explain the hierarchy levels in 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.
Explain how can values be passed from the job stream to an executable program?
what sort card you will use to copy the data from one dataset to another dataset?