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 Utility is used to migrate DB2 from one release to the next?
What is db2 plan table?
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected
For update of a row in cursors, when do we move value into host variable in cobol progrm? is it before open or before fetch ?
What is sqlca’s maximum length?
How would one remove old reorg information from the DB2 catalog?
how many bytes timestamp token occupies?
6 Answers Boss Global, Cap Gemini, TCS,
What does an outer join do?
Explain about dbrm.
4. A DB2 application is bound with uncommitted Read isolation level.It issues a request that retrieves 20 rows out of 200000 in the table. Which of the following descrbes the rows that are locked as a result of this request? a. None of the rows are locked. B.The retrieved rows are locked. C.The last row of the result set is locked. D.The rows not previously updated by another application are locked.
what is the syntax for FOR UPDATE CLAUSE in cursor declaration and how can u update using cursor? is it possible to update multiple rows at a time.
Which component is responsible for db2 startup and shutdown?