Server Guide

Example

Starts the browse at the end of a KSDS file so that the file can be browsed backwards.

| result |
 
result := CICS startbr
               file: 'KSDSF1';
               ridfld: ((String new) fillWith: (16rFF asCharacter) for: 20);
               exec.


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