Server Guide

Example

Confirms the state of conversation CON1.

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


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