support: Customer Portal
Focused on delivering choice, investment protection and flexibility to organizations with valuable COBOL assets
 

Veryant Knowledge Base
Home > All Categories > Compiler General > What compiler options cannot be specified with the >> IMP OPTION compiler directive?
Question 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 This question has been viewed 7502 times so far.
Click Here to View all the questions in Compiler General category.
File Attachments File Attachments
There are no attachment file(s) related to this question.
How helpful was this article to you?
User Comments User Comments Add Comment
There are no user comments for this question. Be the first to post a comment. Click Here
Related Questions Related Questions
  1. Why do I get the error "java.lang.NoClassDefFoundError: com/sun/tools/javac/Main" ?
  2. How do I resolve "Error writing file: too many constants" error?
  3. Is there a faster way to compile?
  4. How can I make my Linkage parameters more flexible?
  5. How do I retrieve the version of the Java Compiler and the isCOBOL Compiler that produced a given class file?
  6. Using Regular Expressions to replace text in your program
  7. Is there a compiler option in isCOBOL to extend the length of AREA B in a program source code?
  8. This is a test
Article Information Additional Information
Article Number: 165
Created: 2011-01-14 1:12 PM
Rating: No Rating
 
Article Options Article Options
Print Question Print this Question
Email Question Email Question to Friend
Export to Adobe PDF Export to PDF File
Export to MS Word Export to MS Word
Bookmark Article
Subscribe to Article Subscribe to Article
 
Search Knowledge Base Search Knowledge Base



 
 

© Veryant - All Rights Reserved
Veryant and isCOBOL are trademarks or registered marks of Veryant in the United States and other countries. All other marks are the property of their respective owners.