Previous Topic Next topic Print topic


Compile to Self-contained Callable Shared Object (-y[,U][,CC])

Processes a source file to a self-contained callable shared object. We recommend that you use this only for creating DB2 stored procedures.

The U option specifies that an error message should be issued if there are any unresolved symbols.

The CC option to the -y flag enables you to link COBOL and C++ objects into a self-contained callable shared object. If C++ source files (.C) are specified, the C++ compiler is invoked to compile them to object code first.

Previous Topic Next topic Print topic