Server Guide

Example

Receives terminal data using all the RECEIVE command input parameters.

| result |
 
result := CICS receive
               maxlength: 99;
               asis;
               buffer;
               notruncate;
               exec.


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