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
Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
How to fetch the last row from the table in SQL (db2)?
How can deadlocks be resolved?
Explain about dbrm.
How to find primary key of a table in db2?
How does cobol compile db2 program?
is it compulsory commitment control in journal?
What are the benefits of using the db2 database?
Explain the benefits you can get from mainframe connect?
List down the data types in the db2 database.
What is cascading rollback?
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?
Is db2 a mainframe database?
Is ibm db2 free?
How many types of page locks can be held in db2?