ILE C/C++ Programmer's Guide

Dynamic Stream File Creation

Dynamic file creation for text stream files is the same as specifying:


CRTSRCPF FILE(filename) RCDLEN(recln)

Dynamic file creation for binary stream files is the same as specifying:


CRTPF FILE(filename) RCDLEN(recln)

The length that is specified on the lrecl parameter of fopen() is used for the record length of the file that is created, with the following exceptions:

Note:
To use the source entry utility (SEU) to edit source files, specify an lrecl value of 240 characters or less on fopen().


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