A Table feild is declared as Decimal(7,2). I want to insert
the decimal in to this column thru cobol-db2 program.
How should I declare my local input file variable
or any suggestion?
Answer Posted / sumanth toom
hmmm..depends how you want to use that variable.
9(5).99 is an edited field. Probably used for printing or
reporting purposes.
Otherewise, 9(5)V99 can be used.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Is ibm db2 free?
What are the prerogatives?
What is an instance in db2?
List down the data types in the db2 database.
What is dpf in db2?
Describe major components of db2?
What is schema in db2?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
What is the result of open cursor statement?
How can deadlocks be resolved?
What is a system catalog table in db2?
When the like statement is used?
What's The Error Code For Unique Index Voilation?
How do you pull up a query which was previously saved in qmf?
Is schema the same as database?