ILE C/C++ Programmer's Guide

Copying Source Files into the IFS

You can copy your main source physical file to an Integrated File System (IFS) file. Assuming that you used a standard name for your source physical file, use the following command:

CPYTOSTMF FROMMBR('/QSYS.LIB/MYLIB.LIB/QCSRC.FILE/QCSRC.MBR') TOSTMF('/home/qcsrc.c')


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