You can specify linker options in lowercase, uppercase, or mixed case, and in short or long form. You can also substitute a dash (-) for the slash (/) before an option.
For example, /DE, /DEB, or /DEBU are equivalent to /DEBUG, and -DEBUG is equivalent to /DEBUG. The summary of linker options referenced below shows the shortest acceptable form for each option.
Separate options with a space or tab character. For example:
cob2 /de -DBGPACK -Map /NOI prog.obj
Some linker options and module statements take numeric arguments. Using standard C-language syntax, you can specify numbers in any of the following forms:
related tasks
Linking programs
related references
Linker options