Server Guide

Examples

Example 1

Issues a syncpoint for CICS.

| resultForSyncPoint |
 
resultForSyncPoint := CICS syncpoint exec.

Example 2

Issues a syncpoint to back out changes that have been made since the last checkpoint.

| resultForSyncPoint |
 
resultForSyncPoint := CICS syncpoint
                           rollback;
                           exec.


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