Server Guide

Example

Transfers control to the program using the communication area MyCommarea, which is a subclass of OsPtr.

| result thisComm |
 
thisComm := MyCommarea calloc.
 
result := CICS xctl
               program: 'CICSSLK2';
               commarea: thisComm;
               length: 30;
               exec.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]