Server Guide

Example

Sets the file named FILEA to be opened either empty or created upon open if it does not exist.

result := CICS setfile file: 'FILEA';
			emptystatus: CVDA_EMPTYREQ;
			exec.


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