What is the COBOL picture clause for a DB2 column defined
as DECIMAL(11,2)?
Answer Posted / ranjana
its s9(9)v99.
| Is This Answer Correct ? | 24 Yes | 7 No |
Post New Answer View All Answers
What is table space in db2?
What are iseries servers?
What is db2 connect?
How can you find out the # of rows updated after an update statement?
What is a db2 tablespace?
Explain package in db2 and its advantages?
What is page size in db2?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
Explain the function of data manager.
What is buffer pool in the db2 database?
can we view the access paths created by dbrm ? how ? thx
Comment whether the cursor is closed during commit or not.
What are types of indexes?
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 db2?