How to define the a field which accepts value till 99999.99
in db2
Answer Posted / ram prajapati
in db2 decimal(7,2) & application cobol pgm 9(5).99
because 9(5)v99 will print 9999999 and not 99999.99.
9(5).99 is an edited pic variable so it will show the
desired output while the previous one will not.
| Is This Answer Correct ? | 2 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 ?...
Hi, i would like to start a new carrier in DB2 DBA.Which and what all step should i have to take..?
How and when does the db2 enforces the unique key?
Why do chiropractors use drop table?
Explain various types of locks in db2?
Which command is used to remove all rows from a table?
Define predicate?
How to check sequence on a table in db2?
What are the different types of base tables?
What are iseries servers?
How to test SQL -911 error while developing COB-DB2 program
Mention the downsides of page level lock.
what are bind concepts in db2 cobol?
Mention some fields that are a part of sqlca.
How to resolve deadlock issue