× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



<snip>
But, I've always stated our software works on the latest OS level.
</snip>

There's a difference between 'stated' and tested.

There are lots of cases where things have broke because of a release
upgrade.
- API phobics who do CPYSPLF of printed outputs instead only to find out
IBM changed the format of the printed (included in the release of every
Memo To Users!).
- People who code APIs wrong and hardcode offsets instead of using the
values in the header of the API.
- Vendors who hard code a prerequisite check for 5761JV1 would no longer
work on 7.2 (IBM did this with earlier versions of Domino).
- Vendors who insist on a certain level of Java, but allow you to specify
a different Java yet still require the one version of Java still be there.
(Seen this).
- SQL behavior differences (does "select * into :MyExtDs" after you've
added a column to the table but not recompiled the program work this
release or not, for example).
- SQL new reserved words. (Why does select RID, ... from FRT now require
me to use select "RID", ... from FRT?
- New limit changes. Number of spool files per jobs requires more digits.

Now, if your RPG code is limited to something simple like (in pseudo
code!)

loop tag
x add 1 x
dsply x
x iflt 10
goto loop
endif
*inlr *on

And you do no APIs, CPYSPLF, chaining to files which now have columns with
new data types,
IOW, if your code is stagnant and featureless,
it is quite possible you can just keep upgrading OS with oblivion.




Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

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

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.