×

Good News Everybody!

The new search engine is LIVE!

Please report any problems to david (at) midrange.com.




Hi,

More information how the "compiler" got busted....

The Linoma RPG Toolbox "busted" my code when I tried to re-indent the code. **free has been out for over 3-years! Unlike others, I never used a punch-card machine to write code. Why in the world would ANYBODY use Punch-Card columns in the 21st century on a 21st Century IBM Power-System is BEYOND ME...


The Linoma RPG Toolbox cause my code to be Broken, here is an example:
NOTE: This problem has already been reported to the vendor...

Original Code:

--- 0---|--- 10---|--- 20---|--- 30---|--- 40---|--- 50---|--- 60---|--- 70---|--- 80---|--- 90---|
123456789|123456789|123456789|123456789|123456789|123456789|123456789|123456789|123456789|123456789|
Conn = Load_JDBC_Properties_and_Connection_Information( ds_jdbc.User_Name
: ds_jdbc.Token_Phrase
: ds_jdbc.Database_Name
: ds_jdbc.Driver_Path
: ds_jdbc.URL_Path
: prop
)
;

Busted Code by the RPG ToolBox: (after trying to re-indent the code...)

--- 0---|--- 10---|--- 20---|--- 30---|--- 40---|--- 50---|--- 60---|--- 70---|--- 80---|--- 90---|
123456789|123456789|123456789|123456789|123456789|123456789|123456789|123456789|123456789|123456789|
Conn = Load_JDBC_Properties_and_Connection_Information( ds_jdbc.User_Name
: ds_jdbc.Token_Phras e
: ds_jdbc.Database_Na me
: ds_jdbc.Driver_Path
: ds_jdbc.URL_Path
: prop
)
;



Here is another example:


Original Code:

--- 0---|--- 10---|--- 20---|--- 30---|--- 40---|--- 50---|--- 60---|--- 70---|--- 80---|--- 90---|
123456789|123456789|123456789|123456789|123456789|123456789|123456789|123456789|123456789|123456789|

Stmt = %trim(Stmt) + ' set @AlertDerivedSourceUnique_Key = ' + crlf+
Txt(FM_Wrk.@AlertDerivedSourceUnique_Key) + crlf;

Busted code by the RPG Toolbox:
--- 0---|--- 10---|--- 20---|--- 30---|--- 40---|--- 50---|--- 60---|--- 70---|--- 80---|--- 90---|
123456789|123456789|123456789|123456789|123456789|123456789|123456789|123456789|123456789|123456789|

Stmt = %trim(Stmt) + ' set @AlertDerivedSourceUnique_Key = ' + crlf+
Txt(FM_Wrk.@AlertDerivedSource Unique_Key) + crlf;




-Ken Killian-


-----Original Message-----
From: Ken Killian
Sent: Friday, April 21, 2017 10:40 AM
To: 'Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries' <wdsci-l@xxxxxxxxxxxx>
Subject: RE: [WDSCI-L] Feedback on iProjects - good, bad and ugly

Yikes! The compiler is BUSTED!!! Ouch!

Tried to compile on Green Screen, and I get this:
Maximum number of records reached for file QSYSPRT. (C R NOMAX 1-999999)

No wonder why RDI 9.5.1.2 BARFED... It barfs on Green Screen too!!!


-Ken Killian-



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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

This mailing list archive is Copyright 1997-2026 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.