|
I posted something recently that would take an arbitrary SQL statement,
and
send the result of the statement to the previous program (via send
message
API). That could pretty easily be modified to return a parameter
instead.
Code is at http://code.midrange.com/cba26e1723.hml
Let us know if you need help.
Dennis Lovelady
http://www.linkedin.com/in/dennislovelady
--
"If you can keep your head when all about you are losing theirs, it's
just
possible you haven't grasped the situation."
-- Jean Kerr
Von: Bernd DworrakRCVF
Gesendet: Freitag, 6. August 2010 07:24
An: 'rpg400-l-bounces@xxxxxxxxxxxx'
Betreff: Running SQL statement from CLP or CLLE
I'm not sure whether this is the right forum to ask the following
question but I try.
I have a CLP in which I want to get information from a file.
As the file is quite big I do not want to get the info from it by
command because it could take a lot of time to get the informationback.
requested
MYFILE1 is a keyed file with MYFIELD1,.2,.3,.4 as unique key.
Of course I could call a RPG program from the CLP to get the
info returned by a parameter, but why not getting it by a singlemailing
"SELECT" statement?
The point is, that I want to do it like this: "SELECT MYFIELDx FROM
MYLIB/MYFILE1 WHERE MYFIELD1 = &PARM1 AND MYFIELD2 = &PARM2 AND
MYFIELD3
= &PARM3 AND MYFIELD4 = &PARM4 ".
I haven't found any info or examples yet.
Maybe one of you know how to do it best or has another brilliant idea.
Thanx in advance
Bernd
--
This is the RPG programming on the IBM i / System i (RPG400-L)
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 IBM i / System i (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-2025 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.