Copying SPAREA definitions to the CSA

Within your CSA, copy the SPAREA definition as shown in Table E-1. For an example of copying the SPAREA in the context of a CSA written in COBOL II, see the samples in Chapter 3, “Writing a CSA.”

Table E-1: SPAREA copy statements

Language

Copy syntax

Assembler

COPY SPAREAA

COBOL II

COPY SPAREAC.

PL/I

EXEC SQL INCLUDE SPAREAP;

C

#include “SPAREAX.H”

When you compile the CSA, the concatenation sequence for SYSLIB must include a DD statement for the Open ClientConnect sample program library. See Chapter 4, “Compiling and Testing a CSA” for details.