Refers to the host language in which the program containing
embedded SQL procedures is written. You must supply a language
qualifier. The host language qualifier values are ADA, CC,
CC=VAXC, CC=DECC, COBOL, FORTRAN, PASCAL, and PLI.
The following statements apply to the CC SQL precompiler switch:
o The CC=VAXC switch instructs the precompiler to compile
the source as a VAXC source. If the VAXC compiler is not
installed, the DECC compiler is used with the /STANDARD=VAXC
host language compiler switch.
o The CC=DECC switch instructs the precompiler to compile
the source as a DECC source. If the DECC compiler is not
installed, you will get a DCL error.
o The default keyword, either VAXC or DECC, is based on your
system configuration. If the VAXC compiler is installed on
your system, VAXC is the default keyword. If the DECC compiler
is installed, DECC is the default keyword. If both compilers
are installed, the default is based on whichever C compiler
your system manager has specified.