Server Guide

Example

Delays the CICS task for 3 minutes and 15 seconds.

| result |
 
result := CICS delay for;
               minutes: 3;
               seconds: 15;
               exec.


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