|
Actually, you need to be careful with that as well. If variable STRING is
not varying length, then you would wind up with blanks padded to the
right. SQL would interpret this as "Varying number of characters, followed
by the string "ABCABC", followed by varying number of characters, followed
by some number of blank characters".....
As I recall, IBM recommends that STRING should look something like this
(assume STIRING is 15A): '%ABCABC%%%%%%%%'.
I think varying length fields are handled correctly, and STRING could
simply be expressed as '%ABCABC%'.
hth,
Eric
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx]On Behalf Of Mihai CARSTOIU
Sent: Wednesday, December 12, 2007 5:44 PM
To: RPG programming on the AS400 / iSeries
Subject: Re: SQL into RPG
Hi,
If STRING does not look like '%ABCABC%' then you probably will get the
count
= 0.
For LIKE operations do fill in the variable the % as needed.
Hope it helps
mihai
http://rpgCRUD.ro
On 12/12/07, GUY_HENZA@xxxxxxxxxxxxxx <GUY_HENZA@xxxxxxxxxxxxxx> wrote:
list
C/Exec SQL
C+ SELECT COUNT(*) INTO :NRECS FROM FILE
C+ WHERE DATA LIKE :STRING
C/End-Exec
Regards,
Guy
pepitovadecurt
<pepitovadecurt@gm To:
rpg400-l@xxxxxxxxxxxx
ail.com> cc:
Sent by: Subject: SQL into RPG
rpg400-l-bounces@m
idrange.com
12/12/2007 07:59
AM
Please respond to
RPG programming on
the AS400 /
iSeries
How I can and control an SQL sentence from a RPG program?
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
To post a message email: RPG400-L@xxxxxxxxxxxxlist
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
To post a message email: RPG400-L@xxxxxxxxxxxx--
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.
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.