ILE RPG - The Language
Posted on 22. Jun, 2010 by Niraj
ILE RPG or RPG ILE or RPG IV they all refer to the Report Program Generation in Integrated Language Environment.
This is called Integrated language environment because, this language support the modular method of program generation and does not care about the type of program it's going to call.
It means that from within an RPG ILE program, one would be able to seamlessly make a call to .java class or a program written in C or C++ !!
- 60 reads
