Host variable information

You can use host variables to contain the following types of information:
SQL identifiers
SQL identifiers include names of parts of the database such as tables, columns, indexes, and views.
Data
Data is information that the database server fetches from or stores in the database. This information can include null values. A null value indicates that the value of the column or variable is unknown.

Host variables can be displayed within an SQL statement as syntax allows. (For information about the syntax of SQL statements, see the Informix® Guide to SQL: Syntax.) However, you must precede the host-variable name with a symbol to distinguish it from regular C variables.