Server Guide

Example

Sends data using the CONVERSE command.

| result state |
 
result := CICS appcconverse
               convid: 'CON1';
               from: 'Happy days are here again';
               fromlength: 25;
               maxlength: 2000;
               notruncate;
               exec.
 
state := result state.


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