Tuesday, June 3, 2014

IBM i programming transformations for ILE - References


ILE is a set of tools and associated system support designed to enhance program development on the IBM i operating system.
ILE offers the following benefits over previous program models:

  • binding that it helps reduce the overhead associated with call operations, 
  • modularity, 
  • reusable components, 
  • common runtime services, 
  • coexistence of ILE with OPM programs (that support call of its other) that results in a gradual transition to ILE, and 
  • a source debugger. 
  • better control over resources, 
  • better control over language interactions, 
  • better code optimization, 
  • a better environment for C, and 
  • a foundation for the future.

  1. What exactly is ILE ???
  2. ILE for the Rest of Us
  3. Seven Steps to ILE
  4. ILE Basics: It's All About the Call
  5. ILE Basics: Procedures
  6. ILE Basics: Modules and Programs
  7. The Ins and Outs of RPG IV Calls
  8. The Case of the Missing ILE Skills
  9. Why Use Service Programs?
  10. Using ILE Activation Groups
  11. Re-engineering RPG Legacy Applications
  12. Modernizing Your RPG Applications
  13. ILE at Work: Part 1 Bound Calls and Modules
  14. cvtilerpg
  15. ILE Concepts (for the Impatient RPG Programmer)
  16. ILE Cobol/400 Hints and Helps
  17. Using Cobol/400 with ILE Activation Groups
  18. COBOL OPM to ILE conversion
  19. Use ILE Date and Time APIs from Cobol
  20. Subtracting Date Fields in ILE Cobol
  21. Retrieving a Four-Digit Year in ILE Cobol
  22. Mastering ILE Heap Memory Management
  23. Reengineering RPG Applications for the MVC Architecture
  24. ILE RPG language reference

Java (Websphere) call to RPG program - references

How to call an RPG program from Java
AS/400 Toolbox for Java PDF - IBM Redbooks
Calling RPG from Java
Calling a Program Using the iSeries Toolbox for Java
Building iSeries program calls with PCML

Other references

Scott Klement's web site
Preparing for V6R1
anzobjcvn
ANZOBJCVN APAR
IBM i Program Conversion: Getting Ready for 6.1 and Beyond


... more staff to be coming soon :-)

No comments:

Post a Comment