|
This is a multipart message in MIME format. -- [ Picked text/plain from multipart/alternative ] Again I recommend reading the book "SQL/400 Developer's Guide" by Paul Conte and Mike Cravitz. Sample code from that book: C/Exec SQL C+ Update Customer C+ Set Discount = :NewDisc C+ Where Shipcity = :SlcCusCity C/End-Exec C Select C When SQLStt = '00000' C Exsr ProcessRow C When SQLStt = '02000' C Exsr SQLNoRow C When %Subst( SQLStt : 1 : 2 ) = '01' C Exsr SQLWarning C Other C Exsr SQLError C EndSl This was written in V4R5. I would have used free format :-) Also using constants for stuff like '00000' can enhance readability. See also: http://publib.boulder.ibm.com/iseries/v5r2/ic2924/info/rzala/rzalafinder.htm "SQL Messages and Codes" http://publib.boulder.ibm.com/iseries/v5r2/ic2924/info/rzala/rzalamst02.html Rob Berendt -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." Benjamin Franklin
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.