9. Embedded SQL – ILE RPG in Easy Bytes

Back to: ILE RPG in Easy Bytes

ILE RPG in Easy Bytes

Unit 9 discusses the use of SQL statements embedded into an ILE RPG program, as well as how and when to use embedded SQL as a complement to native RPG file operations. It also introduces SQL’s Data Manipulation Language and demonstrates how to coordinate retrieved SQL data with RPG program variables. In addition, you learn how to handle return codes from SQL statements, and how to build dynamic SQL statements as the program is executed. Finally, the unit examines the SQL RPG precompiler and its role in creating RPG programs that use SQL.

This course is a unit of the ILE RPG in Easy Bytes  series, a complete introductory ILE RPG programming self-guided tutorial.

If you are already familiar with free format ILE RPG, but need more details on SQL, including embedded SQL, you may find the more detailed SQL for RPG Programmers course appropriate to your needs.

One-Time Payment

$19.95

Members Only

FREE

Instead of paying for each unit individually, you may purchase a membership which will automatically enroll you at a discount in the entire “ILE RPG in Easy Bytes” series.

SQL Data Manipulation Language

Creating SQLRPGLE Programs