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 maximum size of varchar data type in db2?
can i code union in cobol-db2 pgm ?
Q4. How will you get the count of record without using COUNT verb in query?
a cursor normally gets closed once we provide a commit . If u try to close the same cursor with close cursor command later after providing the commit will there be any sql-error.
How can i install db2 9.x on AIX based system..? plz reply the detailed steps involved....?
what is plan? is plan executable or package?
Can SQL statements/queries be included in a copybook?
what is check point and restart Logic ? why do we go for that ??
What is meant by dclgen?
Which DB2 catalog tables are used to produce a list of table column by table for all tables in a database?
When is the access path determined for dynamic SQL?
What is a precompiler?