|
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. -- [ Picked text/plain from multipart/alternative ] Agreed,... Here's something that may be clearer, if you haven't done so already, (assuming *IN44 is required). Factor1 OpCodFactor2 ResultLenDHHiLoEQ C CLEARMEMO C MOVE *OFF *IN44 C SELEC C CM WHEQ 'CM' C MOVEL'* CREDIT'MEMO 8 C MOVE *BLANKS PONO C MOVE *ON *IN44 * C CM WHEQ 'DM' C MOVE *BLANKS PONO C MOVEL'* DEBIT'MEMO 8 C MOVE *ON *IN44 C ENDSL Regards, Jon A. Erickson Sr. Programmer Analyst 800.COM Inc. 1516 NW Thurman St Portland, OR 97209-2517 Direct: 503.944.3613 Fax: 503.943.9313 Web: http://www.800.com -----Original Message----- From: York, Albert [mailto:albert.york@nissan-usa.com] Sent: Wednesday, January 09, 2002 12:49 PM To: 'rpg400-l@midrange.com' Subject: RE: Sanity check I believe you're right. However, this has the be one of the best examples I've ever seen of something you can do in RPG that you shouldn't. Albert York -----Original Message----- From: David Schopp [SMTP:dschopp@imt.net] Sent: Wednesday, January 09, 2002 12:36 PM To: RPG400 ListServ (E-mail) Subject: Sanity check Okay, I've got this section of code: Factor1 OpCodFactor2 ResultLenDHHiLoEQ C CLEARMEMO C CM COMP 'CM' 44 On if CM='CM' C N44 CM COMP 'DM' 44 On if CM='DM' C 44 CM IFEQ 'CM' C MOVEL'* CREDIT'MEMO 8 C MOVE *BLANKS PONO C ELSE C MOVE *BLANKS PONO C MOVEL'* DEBIT'MEMO 8 C END Here's my question - My first thought was that this might be a coding error - that if CM was set to 'CM', Memo would contain '* CREDIT' and PONO would be blank, and if CM contained anything else, MEMO would contain '* DEBIT' and PONO would be blank. Then, I realized (I THINK) that the whole IFEQ stmt only is processed if CM equals 'DM' or 'CM' - anything else and the IF stmt is bypassed, right? So, if CM was blank, MEMO would be blank too, correct? Hope this makes sense... David Schopp WISDM Team Leader Computers Unlimited 2407 Montana Ave Billings, MT 59101 v:406.255.9500 f:406.255.9693 _______________________________________________ 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. _______________________________________________ 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.