|
True, the F spec is not needed but it is not germane to the problem solving. Run this again with STRDBG. No break points are necessary, but if you want to, set a break point at the *LR processing and EVAL sqlstt. Compare the value of SQLSTT with what you find under SQL quick reference SQL messages and codes at http://publib.boulder.ibm.com/infocenter/iseries/v5r3/ic2924/index.htm?info/rzatd/rzatdfinder.htm The most common problem in your first SQL program is that you do not have a journal on the file, and you are not turning off commitment control with 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 above is SQL's equivalent of the h spec. Rob Berendt
As an Amazon Associate we earn from qualifying purchases.
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.