ILE C/C++ Compiler Reference
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.

SRCFILE Syntax:
|--+------------------------------------------------------+-----|
| (3) (4) |
| .-QCPPSRC----------. |
| | (1) (2) | |
| .-*LIBL/--------. +-QCSRC------------+ |
'-SRCFILE(--+---------------+--+------------------+--)-'
+-*CURLIB/------+ '-source-file-name-'
'-library-name/-'
Notes:
- C Compiler only
- C Compiler default setting
- C++ Compiler only
- 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

- The default name for the source physical file that contains
the member with the ILE C source code that you want to compile.
- QCPPSRC

- 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 ]