ILE C/C++ Programmer's Guide

Opening Printer Files as Binary Stream Files

To open an iSeries printer 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 a printer file is to use the CRTPRTF command. If you use the fopen() function and the printer file does not exist, a physical database file is created.

The valid keyword parameters are:

Binary Stream Functions for Printer Files

Use the following binary stream functions to process printer files:


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