Mark, another informative answer to my question, thanks!
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Mark Murphy/STAR BASE Consulting Inc.
Sent: Wednesday, July 03, 2013 8:06 AM
To: RPG programming on the IBM i (AS/400 and iSeries)
Subject: Re: SQLRPGLE attribute question
The created programs and modules have always been created with either RPG or RPGLE attribute. Probably because the CRTSQLRPG, and CRTSQLRPGI are really just pre-compilers that massage the RPG or RPGLE code to include the appropriate API calls and comment out the embedded SQL statements. It then passes the modified source to the appropriate compiler either CRTRPGPGM, CRTBNDRPG, or CRTRPGMOD.
Mark Murphy
STAR BASE Consulting, Inc.
mmurphy@xxxxxxxxxxxxxxx
-----Gary Thompson <gthompson@xxxxxxxxxxx> wrote: -----
To: "RPG programming on the IBM i (AS/400 and iSeries)" <rpg400-l@xxxxxxxxxxxx>
From: Gary Thompson <gthompson@xxxxxxxxxxx>
Date: 07/03/2013 09:56AM
Subject: SQLRPGLE attribute question
I just finished re-compiling some modules and programs for a file change.
I had not noticed this before, but when I create a *MODULE from a SQLRPGLE member, the module attribute is RPGLE - I wonder why ?
Also, the resulting program object likewise has the RPGLE attribute, and not the expected SQLRPGLE attribute.
Another detail, the source member and object had last been changed in December 2010. The dates and times were all as expected: source changed just prior to object creation.
But, today, the compile failed due to a mismatch between an SQL cursor and the receiving data structure. Apparently the compiler got "tighter"
in the last few years -
Thank you to the ILE team !
--
This is the RPG programming on the IBM i (AS/400 and 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 IBM i (AS/400 and 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.