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 physical storage length of date data type?
What language is db2 written in?
What is the use of dclgen in db2?
How to find the number of rows in a db2 table?
How many types of page locks can be held in db2?
How to take backup of table in db2?
How do we specify index to include or not during bind process.
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?
What is package in db2 mainframe?
What is the difference between spufi and qmf?
What is the use of runstats in db2?
How can tablespace be moved to another dasd volume that is allocated for that tablespace?
What's The Error Code For Unique Index Voilation?
What is the use of with ur in db2?
What is host variable?