I do not believe so.  FILEA is opened when the embedded OPEN Cursor
statement is executed, FILEB is opened at the first instance of the insert.
FILEA should be closed by an embedded CLOSE cursor statement, FILEB will be
closed at the end of the module or activation group, dependant upon how the
Close Cursor parameter was set when the program was compiled.

HTH,
Jon A. Erickson

-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx]On Behalf Of Lim Hock-Chai
Sent: Wednesday, May 07, 2003 6:11 AM
To: rpg400-l@xxxxxxxxxxxx
Subject: RPG embeded SQL insert statement


> does embeded SQL insert statement open, insert the record, and then close
the file for each insert?
> 
> example
> 
> C     dou     sqlCod <> 0
> C/exec sql                      
> C+ fetch from FILEAcursor into: field1, field2 
> C/end-exec    
> 
> C     if      sqlCod <> 0
> C     leave
> C     endif                  
> 
> C     if      chkSomething()
> C/exec sql                      
> C+ insert into FILEB (field1, field2) values(: field1, :field2) 
> C/end-exec                      
> C     endif
>  
> C     enddo
> 
> 
> does the sql open FILEB, insert record to FILEB, and then close FIELEB for
each insert   
> 

_______________________________________________
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.cgi/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-2025 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.