http://publib.boulder.ibm.com/infocenter/iseries/v5r3/ic2924/info/rzala/rzalakickoff.htm

I would look at the joblog.  This may be one of those rare times that 
SQLCOD shows you more than SQLSTT.  This particular SQLSTT supports two 
different SQLCOD's.  But this is what I'd be willing to bet.  You do not 
have any journals on the file.  And you do not have (which I recommend if 
you do not have any journals) the following in your RPG program.
     C/EXEC SQL
     C+ Set Option
     C+     Naming    = *Sys,
     C+     Commit    = *None,
     C+     UsrPrf    = *User,
     C+     DynUsrPrf = *User,
     C+     Datfmt    = *iso,
     C+     CloSqlCsr = *EndMod
     C/END-EXEC

The line you really need is the COMMIT line.  Since you have no journals, 
you can't do commitment control.

Rob Berendt

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.