How do run the JCL which has 25 steps by skipping the
following steps 5, 10,15 and 25 without using COND statement
Answers were Sorted based on User's Feedback
Answer / manohar reddy
using IEBEDIT utility we can run the jcl.
| Is This Answer Correct ? | 17 Yes | 5 No |
Answer / singh
Very simple first make a backup and delete steps 5,10,15 and 25 and than run.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between base table and view?
What is the physical storage length of date data type?
What is meant by AUTO COMMIT?
In BIND, isolation level parameter specifies the duration of page lock and ACQUIRE, RELEASE also do almost the same thing. What is the exact difference between the two? Do they work in conjunction while executing SQL queries and obtaining locks?
how to fetch multiple records without using cursor
how can you access index
Is there any advantage to denormalizing DB2 tables?
What is lock escalation?
What is view db2?
Is schema the same as database?
How would you find out the total number of rows in a db2 table?
Why cursor is used in db2?