×

Good News Everybody!

The new search engine is LIVE!

Please report any problems to david (at) midrange.com.




Bruce Vining was the author (or had much to do with) of the tool that generates the QRPGLESRC copy members in QSYSINC - one of the big deals was maintaining uniqueness in naming across ALL the copy members in QSYSINC/QRPGLESRC - one of the reasons for all those odd names.

Good luck! It'll be a great tool for the community when you get it worked out.

Vern

On 9/1/2010 10:18 AM, Dennis Lovelady wrote:
Vern, I have been working on - and hope to soon release to the public - a
program/command that will take one of those nice C headers and produce the
RPG equivalent, including structs, typedefs, prototypes et al.

My current difficulty is in figuring out what to do with bitmapped data -
which may just become commentary in the output.

Aso, Scott Klement has posted his version of that copy
(www.scottklement.com), but it lacks several of the protos I use. (One that
comes to mind is the colAttributes, I think.)

Dennis Lovelady
http://www.linkedin.com/in/dennislovelady
--
"Always live within your income, even if you have to borrow money to do so."
-- Josh Billings


IBM have some constants for CLI in a C/C++ include member,
QSYSINC/H(SQLCLI). In there are these for SQLCODE -

/* RETCODE values */
#define SQL_SUCCESS 0
#define SQL_SUCCESS_WITH_INFO 1
#define SQL_NO_DATA_FOUND 100
#define SQL_NEED_DATA 99
#define SQL_NO_DATA SQL_NO_DATA_FOUND
#define SQL_ERROR -1
#define SQL_INVALID_HANDLE -2

There is no similar copy member for RPGLE - well, there is on, but it
is
very limited. All it has is 3 structures for date, time, and timestamp,
using B data type for each component - not sure what use they are, but
that's it.

I've made my own copy member that has all the stuff in the C version,
modified for RPGLE. I think I used the same names. No problem there,
since they are really IBM's names, seems to me.

These do seem to fit David's suggestions a la Charles' conventions more.

The effort to make an RPGLE version of the entire C include is not
trivial, and it changes at various releases as more is supported. Still,
it might be worth it - or else write all your CLI in C - not a bad
option.

Vern

On 9/1/2010 3:09 AM, David FOXWELL wrote:
-----Message d'origine-----
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] De la part de Schutte,
Michael D.
You know what they say about assuming? You could just change
the naming.

SUCCESSFUL_SQL_STATE
NO_DATA_SQL_STATE
NO_MORE_RS_SQL_STATE
I've been a follower of Charles' naming techniques for a while now. I
don't think he'd like those names.
Maybe :
STATE_SQL_SUCCESSFUL
STATE_SQL_NO_DATA
STATE_SQL_NO_MORE_RS

would be more his style. Although I'm not sure why SQL and STATE need
to be included in the constant names.
Presumably, they would be used like : if SQLSTATE = SQL_STATE_SUCCESS

Why not

RS_NOT_FOUND
RS_FOUND
RS_END_OF_FILE

etc.








--
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 thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2026 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.