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 the latest version of ibm db2?
Is the primary key a clustered index?
Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
What is cursor in dbms?
What is a plan and package in db2?
How can you count the number of rows from a table tab?
How do you eliminate duplicate values in db2?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
What is universal database?
What happens in bind step in a db2 program?
What is the use of value function?
What is the use of with ur in db2?
Explain various types of locks in db2?
What is declare cursor?
What is the maximum number of columns in a db2 table?