ILE COBOL statements

These topics describe considerations you should be aware of when using ILE COBOL statements to access remote VSAM data sets.

ILE COBOL OPEN statement

When accessing remote CICS® files, the ILE COBOL OPEN statement must use the open modes that are specified in the following table.

Table 1. Use ILE COBOL programming language to open a CICS file
ILE COBOL open mode VSAM data set organization
ESDS RRDS KSDS VSAM Path
Input X X X X
Output E E E E
Input/Output X X X E
Extend X
Where:
X
Shows the open mode is allowed.
E
Shows the open mode is allowed by ILE COBOL programming language but that the open fails when accessing the VSAM data set. A message occurs on an iSeries™ server.
Shows the open mode is not applicable.

ILE COBOL READ statement

ILE COBOL WRITE statement

ILE COBOL REWRITE statement

ILE COBOL START statement

ILE COBOL DELETE statement