×
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.
I don't know what is right, but my preference would be to keep MAIN for "things like" making
connections to remote databases and sql set options because that seems to help show
how the program works.
-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Koester, Michael
Sent: Thursday, January 15, 2015 1:20 PM
To: RPG400-L@xxxxxxxxxxxx
Subject: SQL set options in SQLRPGLE source member (NOMAIN)
After a good long time of probably not doing things right, I'm trying to improve my processes. I am putting a bunch of procedures into a single NOMAIN source member. Some (most?) of these procedures have embedded SQL, so I know that my standard "exec sql set options(...)" statement needs to be the first calculation of the source. Most all of the procedures are EXPORTs, but the whole set gets compiled into a single module used in a service program, where the procedures are executed by a *pgm that does not have embedded SQL.
Is it okay to put my "exec sql set options(...)" in just the first procedure (ProcedureA) in the source member? Does a program that executes ProcedureB (but not ProcedureA) get those standard options? Or does the sql precompiler somehow make that "set options" instruction available to all the procedures in the module? If so, would it be just as good to code it outside (as in, before the DCL-PI) of the first procedure?.
Or, do I need to locate it where each procedure must execute it (like maybe coded just once, but as a private procedure that must be called by each sql procedure...) ?
Many thanks as always,
Michael Koester
Programmer/Analyst
DataEast
--
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.