|
Written by Admin (Chamara)
|
|
Mar 31, 2009 at 11:10 PM |
- IBM Realeased new enhancement for RPG new i5OS V6R1.
- New TEMPLATE keyword.
- New STATIC keyward in file definition.(file will stay open even procedure ends)
- New LIKEFILE Keyword, which allows programmers to Files to be define as other file.
-
Fcustfile if e disk qualified
Fcust2 likefile(custfile)
F extfile(cust2name)
- ILE RPG – threads in V6.1
- In V6.1, RPG programmers have the additional option
of having an RPG module run concurrently in multiple
threads.
-
-
|
Write Comment (14 comments) |
|
Last Updated ( May 12, 2009 at 08:14 AM )
|
|
|
Written by Admin (Chamara)
|
|
Nov 19, 2005 at 07:52 AM |
|

RPG is a programming language for business applications. Originally an initialism for Report Program Generator, it officially no longer stands for anything. Note that while the primary vendor of RPG has been and remains IBM, the language was available from other mainframe and microcomputer manufacturers, including Unisys. The latest incarnation of RPG is RPG IV (ILE RPG) on IBM's System i servers; it inherits the System i Integrated Language Environment’s features such as prototyped functions and procedures, static and dynamic binding, access to C routine libraries, dynamic link libraries, and fully recursive and re-entrant modular code.
Write Comment (0 comments) |
|
Last Updated ( Dec 27, 2009 at 09:20 PM )
|
|
|