Server Guide

Example

Receives data from conversation CON1.

| result state |
 
result := CICS appcreceive
               convid: 'CON1';
               maxlength: 1024;
               exec.


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