You are on page 1of 2

DB2 Application Programming

Embedded SQL
• While using IBM DB2 database in application
programming, the SQL statements need to be
embedded in programming languages like COBOL.

• To use the SQL statements in the application programs


we need to learn about
 Program Layout
 DCLGEN
 SQLCA
 Representation of SQL statements
 Host variables
 Null indicators
 Cursors
2

You might also like