|
|
| Author |
Message |
chandrasekhar
New User
Joined: 29 Sep 2004 Posts: 35 Location: bangalore
|
|
|
|
Can someone tell me exactly how COMP, COMP-3 values get stored in DB2.
If a value of COMP-3 needs to be stored how should the DB2 column be like |
|
| Back to top |
|
 |
References
|
Posted: Tue Nov 02, 2004 7:22 pm Post subject: Re: Comp in DB2 |
 |
|
|
 |
anuradha
Global Moderator
Joined: 06 Jan 2004 Posts: 257
|
|
|
|
Hi Chandra,
For SQL declaration of DECIMAL(n,m),
the COBOL equivalent generated is PIC S9(n-m)v9(m) COMP-3 |
|
| Back to top |
|
 |
|
|