|
In a message dated 01/16/2001 11:33 AM Pacific Standard Time, "Gerald Magnuson" <magnuson@knapheide.com> writes: > We have very old code we are maintaining and must not break. > We only want to take immediate advantage of a few ILE features > right away. Long field names, max files (no, we cannot re-write > those huge apps), change some programs to service programs that > are called all over the place. > > We think we need the following items to move ahead. > 1) the concise answer the following question. > "What parts of RPG3 will NOT work in ILE RPG?" You can run all your source through one of the free converters and start using RPGIV right away with two gotchas in my experience: 1) To get things to behave like they do now you need to compile with DftActGrp(*no) ActGrp(*caller). That may not be the way you will do things in the future, but for now it will keep programs behaving like they do now. 2) Numeric overflow and underflow. RPG3 does not care, RPGIV does a hard halt. You need to find every calc where overflow or underflow are possible (they are flagged in the compile listing as ignorable errors) and write code to handle it. +--- | 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 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.