Lets you specify options for the EXEC preprocessor.
Syntax
-optexec "sub-option[,sub-option[...]]"
Parameters
sub-option can be any of the following:
- NEWNAME(newname)
- Specifies a name for the outermost external procedure in addition to other names that may have been specified on the PROCEDURE
statement. Use this when the name on the procedure does not match the name of the executable. (newname) is the same name as the name of the executable.
- trace
- Causes the preprocessor to create a file
source.trc where
source is the name of your source file.
- ctrace
- Creates a trace file for submission to
Customer Care if requested.
- strace
- Creates a log file from the internal functions called by the program.
- vtrace
- Creates a dynamic visual trace of the program.