Server Guide

Example

Sends data to conversation CON1.

| result |
 
result := CICS appcsend
               convid: 'CON1';
               from: 'This is written in Smalltalk!';
               length: 29;
               exec.


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