ILE C/C++ Compiler Reference

PPSRCSTMF

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

|--+----------------------------------+-------------------------|
   |            (1)                   |
   '-PPSRCSTMF(-------+----------+--)-'
                      +-pathname-+
                      '-*SRCSTMF-'
 
 

Notes:

  1. Create Module command only

path-name
Enter the IFS path of the file that will contain the preprocessor output. The path name can be either absolutely or relatively qualified. An absolute path name starts with '/'; a relative path name starts with a character other than '/'. If absolutely qualified, then the path name is complete. If relatively qualified, the path name is completed by pre-pending the job's current working directory to the path name.
*SRCSTMF
If this setting is chosen, you must also select the SRCSTMF command option. Preprocessor output is saved to the current directory under the same base filename specified by the SRCSTMF command option, but with a filename extension of .i.
Notes:
  1. The PPSRCMBR and PPSRCFILE options cannot be specified with the PPSRCSTMF option.
  2. The SRCSTMF parameter is not supported in a mixed-byte environment.
  3. Specifying OPTION(*PPONLY) for an IFS file implies the following settings:
    • PPGENOPT(*DFT) PPSRCSTMF(*SRCSTMF)


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