Title: What compiler options cannot be specified with the >> IMP OPTION compiler directive?

The compiler options will have no effect when they are specified in the source file with the >> IMP OPTION directive:

   -exec, -la, -lf, -lfo, -lo, -od, sf, -st, -sa, -sl, -sv, -smat and -zmf
For example, the following syntax will NOT move the compiled class to the prg folder:
   >> IMP OPTION "-od=prg"
Instead of using the >> IMP OPTION syntax for these unsupported options, add the option to the command line, or list them in your properties file with iscobol.compiler.options.
For example:
   iscc -od=prg myprog.cbl
or
   iscobol.compiler.options=-od=prg
Authored by: Veryant Support on Fri, Jan 14th, 2011 at 7:00 PM
This question has been viewed 7438 times so far.
Online URL: http://support.veryant.com/support/phpkb/question.php?ID=165

Powered by PHPKB Knowledge Base Software