Re: Alternative COBOL "telco" source program

From: robin (robin_v_at_bigpond.mapson.com)
Date: 05/27/04


Date: Thu, 27 May 2004 03:23:20 GMT

From: "Michael Mattias" <michael.mattias@gte.net>, SBC http://yahoo.sbc.com
Date: Wed, 26 May 2004 12:09:48 GMT
.
| Some of these "can'ts" are so incredibly banal...
.
They all are.
.
| e.g., # 18 "CANT find last
| word index in trailing blank text using a loop <= 3 statements."
.
Not only can this be done in PL/I,
it can be done by a beginner.
Furthermore, it can be done in PL/I in one statement.
.
| --
| Michael Mattias



Relevant Pages

  • Re: PL/I, COBOL, Advantages, Equivalence, et al
    ... as an index in an array. ... type Paint is arrayof Boolean; ... for I in Paint loop ... I'm moderately familiar with Ada and did most of my professional career in PL/I, and I double-checked each awkward translation in the current PL/I reference to ensure that there wasn't a better way in the newest form of the language. ...
    (comp.lang.pl1)
  • Re: PL/I, COBOL, Advantages, Equivalence, et al
    ... You are all correct that PL/I ... found no case where a keyword was used for anything other than its ... label to accomplish early exit from a loop. ...
    (comp.lang.pl1)
  • Re: PL/I, COBOL, Advantages, Equivalence, et al
    ... You are all correct that PL/I ... The number of keywords has grown somewhat since then. ... label to accomplish early exit from a loop. ... the Kednos compiler probably has something similar. ...
    (comp.lang.pl1)
  • Re: How to Read csv Files with both Characters and Numbers?
    ... For PL/I, a plain DO group is executed ... (an increment but no test loop). ... Then again, it reminds me of LOGICAL*1 for OS/360 Fortran, the ...
    (comp.lang.fortran)
  • Re: PL/I, COBOL, Advantages, Equivalence, et al
    ... The value of CV after the loop terminates is clearly defined in the PL/I manuals. ... I would like to hear from other PL/I programmers' experiences in this forum, but in all the PL/I shops I've worked in, debugging and bug-fixing maintenance were trivial issues. ...
    (comp.lang.pl1)