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.
SRCFILE Syntax
Read syntax diagramSkip visual syntax diagramSRCFILE(*LIBL/*CURLIB/library-name/QCSRC12QCPPSRC34source-file-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.