× 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'd strongly suggest staying away from the dual vertical bars.  With all 
the horror stories about CCSID, and multilingual support, I wouldn't go 
there.  Luckily we caught a break with a MAJOR customer who agreed to 
change their element separator to a more standard character.  CL supports 
*CAT as an alternative.

I did send some bad stuff, (too much easy string handling with RPG 
lately).

This was tested and true:
update aaakey 
set loc= 
    substr(loc,1,13) concat 'a' concat substr(loc,15,1)

Rob Berendt
-- 
"They that can give up essential liberty to obtain a little temporary 
safety deserve neither liberty nor safety." 
Benjamin Franklin 




"Joe Pluta" <joepluta@xxxxxxxxxxxxxxxxx> 
Sent by: midrange-l-bounces@xxxxxxxxxxxx
10/30/2003 01:39 PM
Please respond to
Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>


To
"'Midrange Systems Technical Discussion'" <midrange-l@xxxxxxxxxxxx>
cc

Subject
RE: SQL UPDATE






> From: J Michael Smith
> 
> Is it possible to use the UPDATE function to change the values for a
> string(Positions 28-36) within a 80A field?  If so, could you provide
an
> example.

update myfile set myfld =
 (substr(myfld,1,27) || 'NEW VALUE' || substr(myfld,37,44))


This will set positions 28-36 of every record to "NEW VALUE".

Joe


_______________________________________________
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing 
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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.