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 |
Is db2 a mainframe?
What information is used as input to the bind process?
what is a corelated subquerry?
What is the SQL query to select, delete and get count of duplicate rows in DB2?
if any of the column names is provided wrong, where do you get the error(during precompilation or during Bind)
Which isolation level provides maximum concurrency?
quary for 1> fetch last record 2> fetch in reverse order 3> fetch last 5 row 4> fetch second last record (their is no primary key) i think concept of count can be use for this in 4th
What is cobol db2?
What if we try to insert the base table through updatable view , but failed to give a column value which is defined as NOT NULL.
what is main use of table space and index object? please its urgent
5 Answers CA, Cap Gemini, CGI, CTS, EDS, HTC, IBM, Satyam, Syntel, TCS, Wipro,
How do I import a csv file into db2?
What are union and union all?