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 |
Can you use max on a char column?
how many bytes timestamp token occupies?
6 Answers Boss Global, Cap Gemini, TCS,
What is the COBOL picture clause for a DB2 column defined as DECIMAL(11,2)?
What is a clustering index?
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
wt is view ? wht r the restrictions for view ?
Why PS file called Physical seqential file?How to sore data in sequential file and ESDS file? What is the use of DBRM,PLAN,package and Collection.
What is dbrm? What it contains? When it will be created?
db2 restart logic ?
when does the SQL statement gets executed when you use cursor in the application programming ?
What do you mean by rollback?
What is cursor stability in db2?