ILE C/C++ Compiler Reference


SRCSTMF

Specifies the path name of the stream file containing the ILE C or C++ source code that you want to compile.

Read syntax diagramSkip visual syntax diagramSRCSTMF Syntax:
 
|--+----------------------------+-------------------------------|
   '-SRCSTMF(--+-----------+--)-'
               '-path-name-'
 

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.

Notes:
  1. The SRCMBR and SRCFILE parameters cannot be specified with the SRCSTMF parameter.
  2. If SRCSTMF is specified, then the following compiler options are ignored:
  3. The SRCSTMF parameter is not supported in a mixed-byte environment.

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