×
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.
I believe that text belongs to
DSPMSGD RANGE(SQL0404) MSGF(QSQLMSG)
Can you supply a DSPFFD of the from column, and the to column?
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Steve Richter
Sent: Tuesday, May 28, 2019 10:44 AM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: SQL insert error - value for column too long
running an SQL insert:
insert into wlklib/DSHPF34
( select a.* from DSHXFR/DSHPF34 a )
get error: Value for column or variable AUTOSEND846 too long.
the help text says: the length of AUTOSEND846 is 1 and the length of the string is 10.
but the from field length is 1. To prove it I use the HEX function to dump the column value:
select hex(a.autosend846) from dshxfr/dshpf34 a
and the result is :
HEX
D5
why this error?
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.