How can i execute 5th step without executing first 4 steps?
Answer Posted / raje
Vidya is correct
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
how do you access an uncataloged dataset in a jcl?
How to submit a jcl from cics?
What is the purpose of dd * statement in jcl?
what sort card you will use to copy the data from one dataset to another dataset?
which utility is used a dummy utility?
What is the maximum length of a single line of jcl?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
For what purpose steplib and joblib are used ?
What is condition checking in jcl? Is this possible?
Can I share my data with other jobs? How?
What do you know about 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
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Is automatic restart possible in jcl?
how to run batch program without jcl?