ILE C/C++ Programmer's Guide
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:
- type
- lrecl
- indicators
- recfm
Use the following binary stream functions to process printer files:
- fclose()
- fopen()
- freopen()
- fwrite()
[ Top of Page | Previous Page | Next Page | Table of Contents ]
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.