×
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.
On 21-May-08, at 1:22 PM, Rod Verity wrote:
Have you ever dealt with a mixed set
of programs ...ie ILE calling OPM and/or OPM calling ILE. ... and
even worse when
relying on inexperience programmers doing compiles. So I am a
little gun
shy to go partial ILE. Any comments?
It depends on how much reliance the programs place on the Run Unit.
ILE and OPM programs do not share the same run unit and so the run
unit based behaviors of GOBACK (for example) can cause issues. In
terms of compiler compatibility there are very few problems. The
design criteria was "If we can't make it work the same way, stop it
from compiling".
I would not worry about the inexperienced programmer. The source
member types are different and PDM and/or WDSC take care of the type
of compile to run based on the member type.
They are safe to mix as long as once you cross the boundary you stay
the "other side" until you return. OPM calls ILE calls OPM calls
ILE ... is asking for trouble. OPM calls OPM calls ILE calls ILE ...
is fine. So Ad hoc conversion (as you can do with RPG) is not a good
idea. Changing a subsystem at a time is no problem.
The language is better, plays nice in ILE so you can call utility
functions written in RPG or C and it tends to perform better as well.
Jon Paris
www.Partner400.com
www.SystemiDeveloper.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.