×
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.
Jon,
Thank you for the details.
I'll check column order more closely now.
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Jon Paris
Sent: Wednesday, July 03, 2013 8:40 AM
To: RPG programming on the IBM i (AS/400 and iSeries)
Subject: Re: SQLRPGLE attribute question
On 2013-07-03, at 9:56 AM, Gary Thompson <gthompson@xxxxxxxxxxx> wrote:
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 ?
As others have said this is because the created program is pure RPGLE. It helps if you realize that source member types in PDM are just conventions. There is nothing fixed in the system that says you can't specify MYRPG (for example) as the type for all your source members including those containing SQL. The type only has meaning within PDM (where it determines which compile command to use) and SEU where it determines which syntax checker is used.
The value the system uses as a module attribute is based on the compiler used not on the source type. Change an RPG program to be source type XYZ and then compile it with CRTRPGMOD and you'll see.
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 -
Actually if anything it has loosened up as I found to my cost recently when I specified the columns in a SELECT in the wrong order. These days (V7) SQL will (when it can) automagically cast columns to the type specified in the DS.
Jon Paris
www.partner400.com
www.SystemiDeveloper.com
--
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.