Server Guide

Example

Resets the browse to the beginning of a generic ESDS file.

| result |
result := CICS resetbr
               file: 'ESDSF1';
               ridfld: 0;
               generic;
               exec.


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