View previous topic :: View next topic |
Author |
Message |
prabhutp Beginner
Joined: 02 Feb 2005 Posts: 20 Topics: 11
|
Posted: Mon Mar 28, 2005 11:12 am Post subject: Conversion of numeric to DB2 Compatible Integer or Small Int |
|
|
Hi
I need to convert numeric to integer or smallint in cobol.This will be used in the loading of a table. Can anybody please help me out!!!!Apart from the length check Its the conversion from numeric to small int or integer which is troubling me!!!!!! _________________ tp |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
prabhutp Beginner
Joined: 02 Feb 2005 Posts: 20 Topics: 11
|
Posted: Mon Mar 28, 2005 12:07 pm Post subject: |
|
|
Hi
Thanks for the instant reply...I need to load my external file into a DB2 Table.This file is declared as X(1000)..So What I was looking at is converting my numeric field to Small Int or Integer Format and then straightly place it in the output file and load the table.Is it possible?Kindly explain _________________ tp |
|
Back to top |
|
 |
|
|