How do you filter out the rows retrieved from a Db2 table ?
Answer Posted / s
use the WHERE Clause
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
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 query_cache_limit?
What are bind parameters in db2?
i want to maintain uniqueness on pdf without make lf??????????
What is database reorganization?
What is the difference between oracle and db2?
What are the various data types available in db2?
What is bufferpool in db2?
How is a typical db2 batch pgm executed?
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
what are bind concepts in db2 cobol?
What is dbrm?
Where can you declare a cursor in a cobol-db2 program?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
What is the difference between using bind () and rebind () methods of naming class?