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



Just do it all at once.  I believe that the SET OPTION is only checked at 
compile time - not execution time.  SET OPTION is not valid for PREPARE, 
(which makes sense - it just helps to reinforce this belief).

Rob Berendt
-- 
"They that can give up essential liberty to obtain a little temporary 
safety deserve neither liberty nor safety." 
Benjamin Franklin 




"Mike Haston ** Data" <MHaston@xxxxxxx>
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
04/08/2003 02:02 PM
Please respond to RPG programming on the AS400 / iSeries
 
        To:     "RPG programming on the AS400 / iSeries" 
<rpg400-l@xxxxxxxxxxxx>
        cc: 
        Fax to: 
        Subject:        RE: SQLRPG - Fetch Into a record format?


Thanks for the example and link.  Stupid follow-up for the day.  I'm used 
to putting that code below about *endmod at the end of the program.  I'd 
also like to use dlyprp = *yes.  Can I set all options at once or do I 
need a specific order, like 

dlyprp = *yes

main select, code...

commit = *none, closqlcsr = *endmod

Did that question make sense?


-----Original Message-----
From: rob@xxxxxxxxx [mailto:rob@xxxxxxxxx]
Sent: Tuesday, April 08, 2003 2:40 PM
To: RPG programming on the AS400 / iSeries
Subject: RE: SQLRPG - Fetch Into a record format?


Yes, you can forget about the compile options with this.  Like I said, 
SQL's answer to the H spec.

This:
     C/EXEC SQL
     C+ Set Option
     C+     Commit     = *None,
     C+     closqlcsr = *endmod
     C/END-EXEC
Might be cleaner.  For more information:
http://publib.boulder.ibm.com/iseries/v5r2/ic2924/info/db2/rbafzmstsoption.htm#HDRSOPTION


Rob Berendt
-- 
"They that can give up essential liberty to obtain a little temporary 
safety deserve neither liberty nor safety." 
Benjamin Franklin 




"Mike Haston ** Data" <MHaston@xxxxxxx>
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
04/08/2003 01:10 PM
Please respond to RPG programming on the AS400 / iSeries
 
        To:     "RPG programming on the AS400 / iSeries" 
<rpg400-l@xxxxxxxxxxxx>
        cc: 
        Fax to: 
        Subject:        RE: SQLRPG - Fetch Into a record format?


Rob -

So I can get away from worry about remembering compile options with this 
code?  Here are the three compile options I worry about ... so far.

COMMIT         *NONE 
CLOSQLCSR      *ENDMOD 
DLYPRP         *YES




     C/EXEC SQL
     C+ Set Option
     C+     Commit    = *None
     C/END-EXEC

      * close cursor 
                 c/exec sql 
                 c+ set option closqlcsr = *endmod 
                 c/end-exec 

_______________________________________________
This is the RPG programming on the AS400 / 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 AS400 / 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 AS400 / 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.

This thread ...

Replies:

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

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