Previous Topic: Placing an SQL StatementNext Topic: Using COBOL Data Declarations


Defining Host Variables

Host variables are defined using COBOL data declarative statements appearing in SQL declare sections.

CA IDMS extensions offer the alternative methods of using the INCLUDE TABLE precompiler directive or copying record descriptions from the data dictionary.

A host variable definition may appear anywhere a legal data item definition can appear.