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 / baalu
hello, nitin...
try this one s9(7-2)v9(2)comp-3
this is similor to s9(x-y)v9(y) comp-3
with best regards,
baalu.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can tablespace be moved to another dasd volume that is allocated for that tablespace?
What is buffer pool and list some of them?
How to run db2 command in windows?
Explain about rct in db2?
Mention the length of physical storage of the given data types of db2 – date, timestamp, time
Which components manage deadlocks in db2?
Explain correlated sub-queries.
Is the primary key a clustered index?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
List out the data types available.
How do I copy a table in db2?
What are concurrency issues?
How to access db2 tables in mainframe?
What does db2 stand for?
Why select is not preferred in embedded sql programs?