What is the picture clause of the null indicator variable?
Answers were Sorted based on User's Feedback
Answer / mna
The null indicator data-type expected by different
utilities is S9(04) comp. Usage of sync depends on the
version of cobol compiler we are using.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / prasad
S9(04) COMP SYNC
Using SYNC is always better for fast processing.
| Is This Answer Correct ? | 6 Yes | 4 No |
What do you need to do before you do EXPLAIN ?
What is db2?
what's the best lock size that you could use when you create a tablespace?
How to create backup table in db2?
What is catalog database in db2?
What is nvl in db2?
i want to delete 20th million record how ?
What is a page in db2?
I have a DB2 table which has 1000 rows.after udatingg first 110 rows, my job abends. Now what I have to do if I want to restart the job next time so that it should start updating from 111th row (without updating first 110 rows again).
I have 3 cursors declared. Cursor1 retieves some data. Based on this curso2 will also fetches some data. In cursor3 (using for some updation) I'm using the data retrieved by the above 2 cursor. My question is, while working with cursor3, periodically if I give commit, will all the three crsors will be closed or only cursor3 will be closed?
Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code?
What's the maximum number of volumes that can be added to a STOGROUP?