|
Rob, I like this technique! Bob Bob Slaney/Atlanta/IBM@IBMUS (Lotus Notes) Internet id: rjslaney@us.ibm.com VM id: DALVM1.RJSLANEY@VM Tieline 445-7374 Direct (770)835-7374 FAX tie 445-7579 Direct (770)835-7579 IBM Learning Services iSeries Courseware Developer IBM Corp. 3200 Windy Hill Road Atlanta, GA 30339 WG07C13 rob@dekko.com Sent by: To: rpg400-l@midrange.com rpg400-l-admin@mi cc: drange.com Subject: Re: Error Handling in SQLRPGLE Programs 10/18/2002 11:40 AM Please respond to rpg400-l 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 _______________________________________________ This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/rpg400-l or email: RPG400-L-request@midrange.com 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 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.