ILE COBOL considerations for DDM

 

ILE COBOL programs can refer to DDM files. Generally, DDM file names can be specified in ILE COBOL programming language anywhere a database file name can be specified, for both iSeries™ and non-iSeries target servers.

When an ILE COBOL program opens a DDM file on the source server, the following statements can be used to perform I/O operations on the remote file at the target server, for both iSeries and non-iSeries targets: CLOSE, DELETE, OPEN, READ, REWRITE, START, and WRITE.

 

Parent topic:

Programming language considerations for DDM