Compile and link "Hello World"

The "Hello World" sample is provided as sample ICC$HEL (see Sample source code). Find this sample and copy it to your own work area.

To compile and link any CICS® C++ Foundation program you need access to:

  1. The source of the program, here ICC$HEL.
  2. The Foundation Classes header files (see Header files).
  3. The Foundation Classes dynamic link library (see Dynamic link library).

See Compiling, executing, and debugging for the JCL required to compile the sample program.

[[ Contents Previous Page | Next Page Index ]]