Compiler input options

The options in Table 1 specify the type and location of your source files.

Table 1. Compiler input options
Option Description C Compile C++ Compile IPA Link More Information
ASMLIB Specifies assembler macro libraries to be used when assembling the assembler source code. See detail
INCLUDE Inserts an #include statement for each file specified with the INCLUDE option before the first line of the source file. See detail
LSEARCH Specifies the directories or data sets to be searched for user include files. See detail
MARGINS Specifies, inclusively, the range of source column numbers that will be compiled. See detail
NESTINC Specifies the number of nested include files to be allowed in your source program. See detail
OE Specifies the rules used when searching for files specified with #include directives. See detail
SEARCH Specifies the directories or data sets to be searched for system include files. See detail
SEQUENCE Specifies the columns used for sequence numbers. See detail