CICS COMMAREA LINK library LSLNKCOM

Overview:

This C/370 library provides an interface for CICS program linking using COMMAREA.

The main method issues an EXEC CICS LINK on behalf of the caller, passing various LINK options depending on the request.

The request message is expected to hold a single part which content becomes the COMMAREA content and, on return from the CICS program, the COMMAREA provides content for the single response part.

Prerequisites:

LSLNKCOM uses the LSCOMLOG also part of this delivery.

Installation:

LSLNKCOM and dependents can be installed from source or using the common distribution of all ZOS modules available here.

If you decide to compile the sources, You will need a C/370 compiler. Since LSLNKCOM is also a CICS program you can use the CICS procedure called DFHYITDL to perform the translation and compilation (see C370LCOM sample JCL).

This program has been tested for:

- CICS TS 2.3 (6.3.0 Command language translator) and TS 3.1 (6.4.0)

- C/370 for OS/390 V2 R10

How to use:

Once LSLNKCOM is compiled in a library available to your CICS region in the RPL list, you might need to define it using RDO (unless programs get autoinstalled).

LSLNKCOM is not a standalone program.