Conflicting compiler options
If you specify certain compiler option values, a conflict with other compiler options might result. This topic describes possible conflicts between compiler options.
Compiler option | Conflicts with: |
---|---|
CICS=YES | RENT=NO
DYNAM=YES |
DBCS=NO | NSYMBOL=NATIONAL
|
DBCSXREF=(other than NO) | XREFOPT=NO
|
DLL=NO | EXPORTALL=YES
|
DLL=YES | DYNAM=YES
RENT=NO |
DYNAM=YES | CICS=YES
DLL=YES EXPORTALL=YES |
EXPORTALL=YES | DLL=NO
DYNAM=YES RENT=NO |
FLAGSTD=(other than NO) | WORD=xxxx
|
LIST=YES | OFFSET=YES
|
NSYMBOL=NATIONAL | DBCS=NO
|
OBJECT=NO | TEST=(other than NO)
|
OFFSET=YES | LIST=YES
|
RENT=NO | CICS=YES
DLL=YES EXPORTALL=YES THREAD=YES |
THREAD=YES | ![]() ![]() RENT=NO |
WORD=xxxx | FLAGSTD=(other than NO)
|
XREFOPT=NO | DBCSXREF=(other than NO)
|