Short link on Using CL Procedures:
http://www.rpgpgm.com/2015/08/using-cl-procedures.html
Since 5.4, that could run on the discontinued AS400 from Last Century. CL can do structure programming, such as DO WHILE, DO UNTIL and has subroutines. The AS400 was last manufacture over 18-years ago. Wow almost 2-decades!
http://www.ibm.com/support/knowledgecenter/ssw_i5_54/cl/dountil.htm
http://www.ibm.com/support/knowledgecenter/ssw_i5_54/cl/dowhile.htm
There is No Excuses to use "GOTO" in CL programs. Except if you have a love for spaghetti code!
Of course, the defunct hardware AS400, is INCAPABLE of running a powerful OS like IBM i 7.1, 7.2, 7.3 or even IBM i 6.1.
The IBM Power system can run OS IBM i 6 & 7 (6.1, 7.1, 7.2, 7.3)
PS. I like to point that out to the punch-card hold outs, who love discontinued hardware. Just as they remember punch card machine Model Numbers. Welcome to the 21st Century!
-Ken Killian-
-----Original Message-----
From: WDSCI-L [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Mark Murphy/STAR BASE Consulting Inc.
Sent: Wednesday, February 8, 2017 7:01 AM
To: Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries <wdsci-l@xxxxxxxxxxxx>
Subject: Re: [WDSCI-L] Slow opening CLP's?
Wouldn't that be called sub-procedures? CLLE can do that now!
Mark Murphy
Atlas Data Systems
mmurphy@xxxxxxxxxxxxxxx
-----Roger Harman <roger.harman@xxxxxxxxxxx> wrote: -----
To: "Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries" <wdsci-l@xxxxxxxxxxxx>
From: Roger Harman <roger.harman@xxxxxxxxxxx>
Date: 02/07/2017 04:54PM
Subject: Re: [WDSCI-L] Slow opening CLP's?
I like that thought. I'm inferring something like RDi interpreting a tag in a standard comment.
Not sure how much investment is going into CL. If CL gets improvements, I'd prefer things like parameter passing to subroutines and local variables.
Roger Harman
COMMON Certified Application Developer - ILE RPG on IBM i on Power
From: WDSCI-L <wdsci-l-bounces@xxxxxxxxxxxx> on behalf of Barbara Morris <bmorris@xxxxxxxxxx>
Sent: Tuesday, February 7, 2017 7:52 AM
To: wdsci-l@xxxxxxxxxxxx
Subject: Re: [WDSCI-L] Slow opening CLP's?
On 2017-02-03 7:56 PM, Roger Harman wrote:
I'd sure like the ability to insert a tag to tell the parser not to auto-indent or align.
Of course, the compiler needs to accept it too.
If it was a special form of comment, the compiler wouldn't need to know
about it.
As an Amazon Associate we earn from qualifying purchases.