How can we define a table? How can we apply SEARCH ALL on it ?



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

Post New Answer

More DB2 Interview Questions

What are the abend codes occour in ur latest PROJECT in DB2

2 Answers   Cap Gemini,


Usually, which is more important for DB2 system performance - CPU processing or I/O access?

1 Answers  


Comment whether the cursor is closed during commit or not.

0 Answers  


What is a db2 collection?

0 Answers  


What is -904 sql code? How to resolve it?

3 Answers  


How could one combine a set of incremental image copies into a single copy?

1 Answers  


What are leaf pages?

3 Answers  


Compare a subselect to a join?

1 Answers  


How to resolve -803 sql code in DB2?

3 Answers   Cap Gemini,


How do I add a column to an existing table in db2?

0 Answers  


what is a corelated subquerry?

0 Answers   IBM,


how do you resolve -818 error in db2. where we have to see time stamp token. i said by seeing in load module and plan .is it correct or not. give clear explination for how to see time stamp token

2 Answers   IBM, TRD,


Categories