How to define the a field which accepts value till 99999.99
in db2
Answer Posted / kk
in db2 decimal(7,2) & application cobol pgm 9(5)v99.
| Is This Answer Correct ? | 33 Yes | 1 No |
Post New Answer View All Answers
What is the syntax for seeing the columns and data types of a table in the db2 database?
Is it possible using max on a char column?
Explain about cursor stability?
What is ibm db2 connect?
How do you select a row using indexes in db2?
What is a page in db2?
What are the benefits of using the db2 database?
How is the value function used?
What are iseries servers?
What are catalog tables in db2?
Mention the way of highlighting as well as putting a cursor to use in a cobol program.
What is the role of schema in the db2 database?
What is load replace in db2?
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 maximum size of varchar data type in db2?