ILE C/C++ Programmer's Guide

Opening ICF Files as Binary Stream Files

To open an iSeries ICF file as a binary stream file for record-at-a-time processing, use the fopen() function with one of the following modes:

Note:
The only way to create an ICF file is to use the CRTICFF command. If you use the fopen() function and the ICF file does not exist, a physical database file is created.

The valid keyword parameters are:


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