Server Guide

Example

Starts a task that runs without being connected to a terminal.

| result anOsPtr |
anOsPtr := OsPtr calloc: 80.
 
result := CICS start
               transid: 'TICC';
               after;
               minutes: 0;
               seconds: 0;
               from: (anOsPtr);
               length: 80;
               exec.


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