skip to main content

Compiler and Runtime : Compiler : Compiler Directives : IMP OPTION Directive

IMP OPTION Directive
The IMP OPTION directive sets compiler options for a program.
>> IMP OPTION String
Syntax:
1.
String is a text string delimited by quotes that contains the compiler options. Refer to the Compiler Options section for further details.
General rules:
1.
Note - Options with a value must be specified along with their value. For example: if you have -sns=100 in the command-line and you want to remove it through IMP OPTION, the correct syntax is >>IMP OPTION “#sns=100” not just >>IMP OPTION “#sns”.
2.
3.
The following compiler options can be used only in the command line and are ignored if they appear in String: -cv, -efc, -efd, -efo, -lf, -lfo, -od, -rw, -rc, -sf, -st, -sa, -stl.
Example
The following program will be always compiled with -dz and never compiled with -di:
           >>IMP OPTION "-dz #di"
       program-id. eg001.

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left