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 syntax required for the creation of a cursor?
How will fetch last 5 rows from table in db2
What is the difference between Primary key and unique index?
What is the syntax for FETCH in DB2 ?
How do I delete a table in db2?
How do I connect my db2 database to ibm?
What are the 4 environments which can access DB2 ?
What is a DB2 plan?
What is db2 and what is the use of db2 optimizer?
how can i pull up a query which was previously stored in qmf
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
What is the cobol picture clause of the db2 data types date, time, timestamp?