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 |
Explain transactions, commits and rollbacks in DB2.
why we create view.
On which levels locks can be applied?
what is load and unload in db2
Where is the output of EXPLAIN stored?
Which command is used to connect to a database in DB2 ? Give the Syntax.
Explain about rct in db2?
What is a cursor in programming?
What is the physical storage length of timestamp data type?
what is the process of precompiler?
What is iseries database?
What are union and union all?