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 / rajesh
u can declare in application program(cobol)
01 dec pic 9(5)v9(2) comp-3. is equal to dec(7,2)
| Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
Mention the way of highlighting as well as putting a cursor to use in a cobol program.
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected
How does db2 sample database connect?
What do you mean by commit and rollback?
is it compulsory commitment control in journal?
What type of database is db2?
Which isolation level provides highest data integrity?
What is consistency token in db2?
define clustering index.
What is runstats and reorg in db2?
What is runstats db2?
Explain db2.
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
What is ibm db2 database?
How would the varchar column remarks defined?