Server Guide

Example

Calls the specified program and passes the address of the communication area, MyCommarea, which is a subclass of OsPtr.

| thisComm result |
 
thisComm := MyCommarea calloc.
 
result := CICS link
               program: 'LINKER';
               commarea: thisComm;
               length: 40;
               exec.


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