× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: RE: Is this the Free-Format that we asked for?
  • From: bmorris@xxxxxxxxxx
  • Date: Fri, 3 Nov 2000 13:42:35 -0500
  • Importance: Normal


>Date: Fri, 3 Nov 2000 10:25:37 -0500
>From: "Richard Jackson" <richardjackson@richardjackson.net>
> ...
>If I cannot code a GOTO or BRANCH command in version 5 of a language when
>the other 4 versions supported GOTO then something has been removed.
> ...

Richard,

There is no version 5 of RPG.  I don't know where this talk of RPG V
came from.  The free-form syntax can co-exist with fixed-form syntax.
Nothing is being taken away.  There are several opcodes that are not
available in free-form syntax; most of them have existing or new builtin
function equivalents.  Some must still be coded in fixed-form calcs
(e.g. GOTO, TAG, MHLZO, TESTN, a few others).

You can be sure that if there is ever a version 5 of RPG that does not
allow any fixed-form calculations, there will either be a GOTO or there
will be other ways to code all the reasonable things that GOTO allows
you to do.  But
if such a language ever exists
and if that language doesn't have GOTO
and if that language has new constructs to handle the goto situations
and if there is an IBM-supplied conversion tool
then I imagine that GOTO will be handled like FREE is handled in the
current conversion tool.  (It's left in the code, but the RPG IV compiler
doesn't support FREE, so it has to be hand-converted.)

For now, you can code this:

C     XXX       TAG
 /free
 some free-form stuff
 /end-free
C               GOTO     TAG
 /free
 some more free-form stuff
 /end-free

Barbara Morris


+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.