Server Guide

Example

Queries CICS for the APPC conversation state.

| result |
 
result := CICS appcextractattributes
               convid: 'CON1';
               exec.


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