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 the certification that has a good value for a practioner in mainframes but not habving much knowledge on db2 related stuff?
What is drop table?
What do you mean by storage group (stogroup)?
Request to database but database is not available so what is was abend is raised?
What is the difference between db2 and oracle?
What error I will get if my select query gives multiple row while executing a Cobol-DB2 program.How can I solve it without using a cursor.
4 Answers Cap Gemini, Verizon,
How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
What is clone table?
Who uses db2?
How many sub queries can you combine together ?
Which are the db2 tools to protect integrity of the database?
can any one expalin check point with an example?