5 pts.
 OS/400 version vs ILE RPG objects
We are planninig to upgrade our os/400 version V5R4M0 to V6R1M0. Is there any impact on the ILE RPG objects and do we need to recomile all the ILE RPG programs in V6.

Software/Hardware used:
ASKED: July 26, 2010  9:43 AM
UPDATED: July 27, 2010  11:35 PM

Answer Wiki:
IBM provides a utility which will analyze your programs readiness to go to 6.1. If you have the source you should good to go. When we ran the analysis it reported programs which the system will not be able to convert to 6.1. In our case, these were purchased programs for which we have no source. This is a free utility provided by IBM. ============================================================== In general, you do not need to recompile programs that were compiled under version 5. Programs that were compiled before version 5 should be recompiled if they do not have observability. IBM changed how observability worked in version 5. Before version 5, you could remove all observability -- this would stop the conversion. As of version 5, there is some observability that is not removed -- this portion is used by version 6 to do the conversion. As noted above and in the discussion, the ANZOBJCVN utility will tell you what can not be converted. Tom
Last Wiki Answer Submitted:  July 27, 2010  11:35 pm  by  TomLiotta   108,055 pts.
All Answer Wiki Contributors:  TomLiotta   108,055 pts. , WoodEngineer   5,525 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Check the IBM link below for the Redbook Manual for using the program ANZOBJCVN and V6.1 conversion information.

http://www.redbooks.ibm.com/abstracts/REDP4293.html?Open

 770 pts.