Server Guide

Example

Enqueues with the NOSUSPEND option on the specified resource.

| result |
 
result := CICS enq
               resource: 'RESOURCE1';
               length: 9;
               nosuspend;
               exec.


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