ILE C/C++ Compiler Reference


SRCFILE

Specifies the source physical file name and library of the file that contains the ILE C or C++ source code that you want to compile.

Read syntax diagramSkip visual syntax diagramSRCFILE Syntax:
 
|--+------------------------------------------------------+-----|
   |                                        (3) (4)       |
   |                              .-QCPPSRC----------.    |
   |                              |       (1) (2)    |    |
   |           .-*LIBL/--------.  +-QCSRC------------+    |
   '-SRCFILE(--+---------------+--+------------------+--)-'
               +-*CURLIB/------+  '-source-file-name-'
               '-library-name/-'
 

Notes:
  1. C Compiler only
  2. C Compiler default setting
  3. C++ Compiler only
  4. C++ Compiler default setting

*LIBL
This is the default library value. The library list is searched to find the library where the source file is located.
*CURLIB
The current library is searched for the source file. If a job does not have a current library, QGPL is used.
library-name
Enter the name of the library that contains the source file.
QCSRC C compiler only
The default name for the source physical file that contains the member with the ILE C source code that you want to compile.
QCPPSRC C++ compiler only
The default name for the source physical file that contains the member with the ILE C++ source code that you want to compile.
source-file-name
Enter the name of the file that contains the member with the ILE C or C++ source code.

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