ILE C/C++ Compiler Reference

PPSRCMBR

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

|--+-----------------------------------+------------------------|
   |           (1)   .-*MODULE----.    |
   '-PPSRCMBR(-------+-membername-+--)-'
 
 

Notes:

  1. Create Module command only

*MODULE
The module name that is supplied on the MODULE parameter is used as the source member name. This is the default when a member name is not specified.
member-name
Enter the name of the member that will contain the preprocessor output.
Notes:
  1. The PPSRCMBR and PPSRCFILE options cannot be specified with the PPSRCSTMF option.
  2. 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 | Table of Contents ]