3. Embedded SQL for COBOL : COBOL Data Items and Data Types : Variable and Type Declarations
 
Share this page                  
Variable and Type Declarations
Embedded SQL statements use COBOL data items, also called variables, to transfer data from the database or a form into the program and conversely. You must declare COBOL data items to SQL before using them in any embedded SQL statements.