|
That I can accept - with gusto!
Hans,
Regarding the issue with the precompiler putting the sql data areas after
the /free statement, should I:
I) Accept it. And change /free to C/free to get it to stop.
II) Report it as a problem to database.
III) Report it as a problem to RPG.
Rob Berendt
==================
A smart person learns from their mistakes,
but a wise person learns from OTHER peoples mistakes.
boldt@ca.ibm.com
Sent by: To: rpg400-l@midrange.com
rpg400-l-admin@mi cc:
drange.com Fax to:
Subject: Re: Free format vs SQL
09/07/2001 10:33
AM
Please respond to
rpg400-l
rob wrote:
>Any chance of them allowing
>/exec-sql
>...
>/endsql
>
>within the free format?
Yeah, allowing embedded sql within /free blocks would be
nice. Personally, I'd like to see something like:
/free
DoStuff(abc);
level = 'better than today';
sql declare c cursor for
select fld1, fld2
from myfile
where rpgsqlsupport = :level;
sql fetch c into :f1, :f2;
DoMoreStuff(f1:f2);
etc();
/end-free
(It's fun to daydream, isn't it?)
Hans Boldt, ILE RPG Development, IBM Toronto Lab, boldt@ca.ibm.com
_______________________________________________
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/rpg400-l
or email: RPG400-L-request@midrange.com
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.