|
>Then again, in the C-based languages (C, C++, Java, C#, and so on), and in >the ALGOLs (ALGOL-60, Pascal, Modula-2, and to a certain extent, PL/I), >you have an IF/ELSE construct, which can be chained to form IF/ELSE IF/ . >. . /ELSE constructs very cleanly, rather than the IF/ELSE/ENDIF construct >found in RPG There's an ELSEIF statement in modern RPG, just like in C. Regards. -- Antoine CONTAL Pour : <rpg400-l@xxxxxxxxxxxx> cc : Objet : RE: New RPG programmers "James H H Lampert" <jamesl@xxxxxxxxxxx> Envoyé par : rpg400-l-bounces@xxxxxxxxxxxx 09/11/2004 18:44 Veuillez répondre à RPG programming on the AS400 / iSeries > RPG's SELECT is much more powerful than the C-based languages SWITCH > statement, which only allows an integer value. That is, you can switch > on an integer, then execute a case based on a hard-coded value. RPG's > WHEN statement is much more powerful, allowing you to go so far as to > execute external procedures to determine the case. Very good. You've identified a STRENGTH of RPG. Then again, in the C-based languages (C, C++, Java, C#, and so on), and in the ALGOLs (ALGOL-60, Pascal, Modula-2, and to a certain extent, PL/I), you have an IF/ELSE construct, which can be chained to form IF/ELSE IF/ . . . /ELSE constructs very cleanly, rather than the IF/ELSE/ENDIF construct found in RPG and the QBASICs, which leaves you with a bunch of ENDIFs at the end if you chain them. RPG SELECT is actually a hybrid between a traditional CASE construct and a chained IF. On the other hand, the C switch statement requires you to explicitly "break" at the point where you want to leave the switch construct, or it will simply continue executing the statements in the successive cases. Sure, it's a big GOTCHA most of the time, but once in a while, it can be very useful, cutting down on an awful lot of code duplication. Then again, practically EVERYTHING peculiar to C is a big GOTCHA most of the time, but very useful once in a while. -- JHHL -- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l. Les informations contenues dans ce message sont confidentielles et peuvent constituer des informations privilegiees. Si vous n etes pas le destinataire de ce message, il vous est interdit de le copier, de le faire suivre, de le divulguer ou d en utiliser tout ou partie. Si vous avez recu ce message par erreur, merci de le supprimer de votre systeme, ainsi que toutes ses copies, et d en avertir immediatement l expediteur par message de retour. Il est impossible de garantir que les communications par messagerie electronique arrivent en temps utile, sont securisees ou denuees de toute erreur ou virus. En consequence, l expediteur n accepte aucune responsabilite du fait des erreurs ou omissions qui pourraient en resulter. --- ----------------------------------------------------- --- The information contained in this e-mail is confidential. It may also be legally privileged. If you are not the addressee you may not copy, forward, disclose or use any part of it. If you have received this message in error, please delete it and all copies from your system and notify the sender immediately by return e-mail. E-mail communications cannot be guaranteed to be timely secure, error or virus-free. The sender does not accept liability for any errors or omissions which arise as a result. $!2$!
As an Amazon Associate we earn from qualifying purchases.
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.