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
What is load utility in db2?
How can we read records for specific member in CL? AND rpg?
How do I add a column in db2?
What is drop table?
What is the max length of sqlca?
what is the sqlcode -501
What are the full forms of spufi and dclgen and why are they used?
What is a db2 collection?
How to check last update on table in db2?
What is db2 command?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
Where do you specify them?
What is buffer pool in the db2 database?
What is the difference between spufi and qmf?
How do you stop a db2 database in linux?