On Wed, 25 Apr 2018 13:00:35 -0500 Paul Gilmartin
<[email protected]> wrote:
:>This flaw is also present in the pervasive RECFM=FB,LRECL=80. Consider
:>the FORTRAN statement:
:> PI = 3.14 265
And for the non-Fortran programmer
DO 25 I = 1,10
is identical to
DO25I=1,10
but different than
DO25I=1.10
thus
DO 25 I = 1.10
J(I)=I*I
25 CONTINUE
will compile perfectly fine and will not do what is desired. Always good to
look at the variable XREF to see if there is an "unexpected" variable.
--
Binyamin Dissen <[email protected]>
http://www.dissensoftware.com
Director, Dissen Software, Bar & Grill - Israel
Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.
I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN