i have 5 steps to execute in that i want to skip 3nd step
and start execute from forth step how can u do this.
Answer Posted / girish kumar
By using IEBEDIT we can do it
sysin dd *
edit type=exclude,stepname=(step3)
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
Explain about ISPF/TSO Commands
How does the jcl specify the job to os?
Explain the jcl exec statement?
what is the compile process of cobol program expalin with code
what is JCL?
What is the function of a dd statement?
Are there any set of rules for the names of the steps used in a job? What are they?
What is the purpose of the dd keylen parameter?
Explain how can a stopped job be started again?
What is the function of the dd dcb keyword?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What are hierarchy levels in jcl?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
a dd statement has 2 types of parameters. Name them?
Name the parameters which can be used to limit the number of records written to a sysout dataset?