ILE C/C++ Compiler Reference


PPSRCFILE

Valid only with the CRTCMOD or CRTCPPMOD commands. This option is used together with the PPGENOPT option to define where the preprocessor output object is stored.

Read syntax diagramSkip visual syntax diagramPPSRCFILE Syntax:
 
|--+--------------------------------------------------+---------|
   |            (1)   .-*CURLIB/------.               |
   '-PPSRCFILE(-------+---------------+--file-name--)-'
                      '-library-name/-'
 

Notes:
  1. Create Module command only

*CURLIB
Default setting. The object is stored in the current library. If a job does not have a current library, QGPL is used.
library-name
The name of the library where the preprocessor output is stored.
file-name
The physical file name under which the preprocessor output is stored. The file is created if it does not already exist.
Notes®:
  1. The PPSRCMBR and PPSRCFILE options cannot be specified with the PPSRCSTMF option.
  2. Applies to C compilations Specifying OPTION(*PPONLY) for a data management file implies the following settings:
    • PPGENOPT(*DFT) PPSRCFILE(QTEMP/QACZEXPAND) PPSRCMBR(*MODULE)

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