Server Guide

Example

Ends the conversation CON1 and assigns the resultant state.

| result stateResult |
 
result := CICS appcissueabend
               convid: 'CON1';
               exec.
 
stateResult := result state.


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