|
Bob, Stop enhancing the language? I don't think the majority wants that to happen. What is your goal? If you want a new function buy my service program? Or do you think that RPG should be killed and programmers forced to another language? Much discussion of why this is bound to the os has gone on in the past. Hopefully that won't come back up. Testing at runtime? I fear that might not be good for performance. Rob Berendt -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." Benjamin Franklin "Bob Cozzi" <cozzi@rpgiv.com> Sent by: rpg400-l-bounces@midrange.com 02/10/2003 06:42 PM Please respond to RPG programming on the AS400 / iSeries To: "'RPG programming on the AS400 / iSeries'" <rpg400-l@midrange.com> cc: Fax to: Subject: RE: /FREE RPG compiler errors Exactly my point of a few weeks ago. IBM has to stop enhancing this language. Its driving me crazy and preventing people from using any new features. The only thing you can depend on is V4R2 or perhaps V4R5 when you're writing code, and that's just not good for the language. My recommendation was/is to George Farr & Co. to eliminate the binding of RPG IV to the OS/400 Version and Release. And just release a compiler that can be installed on Version X (whatever it is, just pick one) and then write any new features in the compiler to that release. If they need a piece of code in a future release, then simply test for that at compile and runtime so that the compiler can still be installed on the old release. Something like += is NOT release dependant. To me it is absolutely ridiculous to NOT be able to use that feature under V3R2 (for example). Bob -----Original Message----- From: rpg400-l-bounces@midrange.com [mailto:rpg400-l-bounces@midrange.com] On Behalf Of Johnson, Duane Sent: Monday, February 10, 2003 4:59 PM To: 'RPG programming on the AS400 / iSeries' Subject: RE: /FREE RPG compiler errors Bob, even this: if A=B; B += C*D; endif; Won't work unless you're at V5R2. Before that, it has to be: if A=B; B = B + C*D; endif; Duane _______________________________________________ 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/mailman/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/mailman/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-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.