How can we define a table? How can we apply SEARCH ALL on it ?
Answer / 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 |
What is db2 connect?
How can you classify the locks in db2?
How do you stop a db2 database in linux?
What statistic will tell the DBA how must space can be reclaimed from dropped table spaces on the next reorg run?
what is the responsibility of the construction superintendent
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
What is check constraint. Explain with example.
What are simple, segmented and partitioned table spaces ?
what is static sql? what is dynamic sql? Give me details
What is a LIKE table and how is it created?
How do you define a correlated name?
Give the COBOL definition of a VARCHAR field.