Answer Posted / sesha
SELECT * FROM TABLE
FETCH FIRST 100 ROWS
ONLY
| Is This Answer Correct ? | 34 Yes | 2 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 ?...
How to check table size in db2 sap?
What is a page in db2?
Explain in brief how does db2 determine what lock-size to use?
How can we read records for specific member in CL? AND rpg?
Name the various locking levels available?
ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE
What is a db2 collection?
How to retrieve rows from a db2 table in embedded sql?
What is clone table?
How can you find out the # of rows updated after an update statement?
What happens in bind step in a db2 program?
What is node in db2?
What is the role of the data page in the db2 database?
Is it possible using max on a char column?