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 plan in cobol db2?
What r the comman abends in db2, jcl and cobol???????
Can we insert update delete in view?
What is clone table?
What are the bind parameters ibm db2?
How can tablespace be moved to another dasd volume that is allocated for that tablespace?
How to execute stored procedures?
What is an instance in db2?
What is lock escalation in db2?
What does db2 plan contain?
How can we read records for specific member in CL? AND rpg?
what is the responsibility of the construction superintendent
Explain how can you do the explain of a dynamic sql statement?
How do I add a column to an existing table in db2?
What is the physical storage length of timestamp data type?