How can we define a table? How can we apply SEARCH ALL on it ?
Answer Posted / rana
If u are asking about COBOL internal tables then it can be
defined with occurs clause.
SEARCH ALL is the binary search in COBOL with only one WHEN
Condition. Remember to declare the table with INDEX if you
want to apply SEARCH ALL on it.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the information associated with sysibm.syslinks table?
What is a storage group (stogroup)?
What is difference between isnull and coalesce?
What is bind plan?
Can we update view in db2?
What are the various isolation levels possible?
What is the advantage in De-normalizing tables in DB2?
What is the use of with ur in db2?
How can you find out the # of rows updated after an update statement?
What is the difference between nvl and coalesce?
define clustering index.
What is table space in db2?
what is db2 restart?
What is package in db2 mainframe?
What is query_cache_limit?