Declaring a Connection Name

In ESQL/C applications, you can declare an identifier for the connection to the database environment by including the AS keyword, followed by a quoted string or by a host variable that stores the identifier. The host variable must be a fixed-length character data type.