× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Mr. Hoffman, Jr.


Thank you!!  What an oversight.  I guess I didn't realize I had to put a
size on the book_code.  I was expecting it would have used the size of the
column.



-----Original Message-----
From: R. Bruce Hoffman, Jr. [mailto:rbruceh@attglobal.net]
Sent: Thursday, March 29, 2001 2:48 PM
To: RPG400-L@midrange.com
Subject: Re: Interactive SQL - CAST


-----Original Message-----
From: orsburn@foxvalleytech.com <orsburn@foxvalleytech.com>
To: RPG400-L@midrange.com <RPG400-L@midrange.com>
Date: Thursday, March 29, 2001 3:39 PM
Subject: Interactive SQL - CAST


>
>I'm having trouble converting from data type to another.  I understand if I
>
> UPDATE Library1/BOOK2 SET BOOK_CODE1 = cast(book_code as char)
>
> Book_Code1 is char  (I've changed the length on this)
> Book_Code is numeric (I've tried numeric, decimal) 4,0
>
>The error I receive:  Significant digits truncated during CAST from numeric
>to character.


But yes. Look at your cast. You ARE casting to char... that is char(1), try
cast(field as char(4))

===========================================================
R. Bruce Hoffman, Jr.
 -- IBM Certified Specialist - AS/400 Administrator
 -- IBM Certified Specialist - RPG IV Developer

"America is the land that fought for freedom and then
  began passing laws to get rid of it."

     - Alfred E. Neuman



+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator:
david@midrange.com
+---
+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.