Server Guide

Example

Initiates an APPC session using the NOSUSPEND option.

| result state |
 
result := CICS appcallocate
               sysid: 'SYSA';
               nosuspend;
               exec.
 
state := result state.


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