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 / mf_nerd
PIC S9(5)V99 COMP-3.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the max length of sqlca?
What is catalog database in db2?
What is cloudant database?
When do you specify the isolation level?
What is the syntax for creating a table in the db2 database?
How to take backup of table in db2?
What is the difference between db2 and oracle?
What is the use of db2 optimizer?
what is the role of the cursor in db2?
How to check sequence on a table in db2?
What is null indicator in db2?
How to restart a DB2 program?
What's The Error Code For Unique Index Voilation?
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?
Outputs of explain are with matchcols = 0. What does this signify?