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 are the contents of dclgen?
Which are the db2 tools to protect integrity of the database?
What is a db2 schema?
Explain what are the various isolation levels possible?
What is the difference between using bind () and rebind () methods of naming class?
What does db2 stand for?
What is the physical storage length of the data types date, time, and timestamp?
Before you give the explain statement, what are the prerogatives?
List out the buffer pools in db2
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected
How many types of page locks can be held in db2?
What is the maximum No of rows per page?
What is the syntax for creating a table in the db2 database?
Why do we use cursor?