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 / prabhakar
u can declare in application program(cobol)
01 dec pic 9(5).9(2). is equal to dec(7,2)
Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
is it compulsory commitment control in journal?
How do I delete a column in db2?
What is a db2 tablespace?
What is declare cursor?
What is a dbrm in db2?
Where do you specify them?
What is the difference between nvl and coalesce?
What is the difference between cursor and select statement?
What is sqlca’s maximum length?
What is commit in db2?
How do we specify index to include or not during bind process.
What is db2 command?
What is the function of logging in the db2 database?
Describe major components of db2?
How would the varchar column remarks defined?