Server Guide

Example

Sends data to the 3270 terminal.

| result aString |
 
aString := 'Send data to terminal.'.
 
result := CICS send
               from: aString;
               length: (aString size);
               exec.


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