Host variables in REXX

Host variables are REXX language variables that are referenced within SQL statements. Host variables allow an application to exchange data with the database manager. After an application is precompiled, host variables are used by the compiler as any other REXX variable.

Follow the rules described in the following sections when naming, declaring, and using host variables.