How to execute 300 steps in a Job?
Answer Posted / vimal kumar
Write a jcl like the below. Two jobs will be submitted from
the same jcl.
//JOBCARD1 .........
//STEP1 EXEC ...
......
.....
//STEP255 EXEC ...
...
//JOBCARD2 ....
//STEP256 ..
.........
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Explain the purpose of dd * statement in jcl?
What parameter directs the output of the job log dataset?
What is jcl in mainframe?
which utility is used to run a cobol-db2 program?
How to submit a jcl from cics?
What are the 2 types of parameters in dd statement?
which utility is used a dummy utility?
Name the statement which can be used to send data to another mvs jes3 node?
what sort card you will use to copy the data from one dataset to another dataset?
Suppose I have five jobs to do. But I want to hold one?
What is use of restart and how to use it?
What are some jcl statements that are not allowed in procedures?
A dd statement consists of 4 fields. Name them?
how to compare two datasets without using superce because output is limited to 133 bytes
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