|
|
|
MC RPG Developer
|
|
January 16, 2008 | Vol 7 Issue 2
In This Issue:
>> Writing Stored Procedures in RPG
>> The API Corner: System API Basics
|
| Advertisement - RPG & DB2 Summit |
The RPG & DB2 Summit heads to Barcelona May 20-21 in conjunction with COMMON Europe Congress to offer System i developers two full days of intensive education on V6R1, RPG IV, SQL, ILE, WDSC, RDi & more. Learn the latest tips and techniques from gurus Susan Gantner, Jon Paris and Paul Tuohy in a highly interactive, fun environment. Register today!
Read More >> |
| |
|
|
| Feature Article - Programming |
Writing Stored Procedures in RPG
Stored procedures provide an easy way to reuse existing RPG logic or to make new RPG code available to other platforms or environments.
By Susan Gantner
Stored procedures are programs that are called from SQL. These programs can be written using the SQL procedure language, but they may also be written using RPG. Since stored procedures are called from SQL, creating one is often a simple way to make application functions available from non-RPG application environments, such as a Java application or an application running on a different system platform.
Read More >> |
| |
|
|
| Advertisement - The MC Press Store |
IBM System i APIs at Work, Second Edition: In this latest edition of the best-selling API reference, acclaimed expert Bruce Vining completely rewrites the book on APIs. With over 700 information-packed pages this is the ultimate API guide and a must-have for any professional working with System i (AS/400, i5/iSeries). Get your copy today!
Read More >> |
| |
|
|
| Feature Article - Programming |
The API Corner: System API Basics
Are you as knowledgeable about APIs as you should be?
By Bruce Vining
While it seems reasonable to assume that anyone reading RPG Developer is quite familiar with RPG, not every reader may be as familiar with the application program interfaces (APIs) available with i5/OS. In this ongoing column, "The API Corner," I will be discussing some of the wild and wonderful capabilities that are open to the RPG developer through system APIs. But the first few articles will be oriented toward the developer who, while knowledgeable about RPG, may not be that familiar with APIs.
Read More >> |
| |
|
|
|
|
| Support MC Press - Visit Our Sponsors |
|
Search Sponsor
Read More >> |
|
|
|