Server Guide

Example

Initiates an APPC mapped conversation using a procname of TAPS and a synchronization level of 1.

| result state |
 
result := CICS appcconnectprocess
               convid: 'CON1';
               procname: 'TAPS';
               proclength: 4;
               synclevel: 1;
               exec.
 
state := result state.


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