Rational Developer for System z
COBOL for Windows, Version 7.5, Programming Guide


/PMTYPE

Use /PMTYPE to specify the type of executable file that the linker should produce. Do not use this option when generating dynamic link libraries (DLLs).

/PMTYPE option syntax
Read syntax diagramSkip visual syntax diagram>>-/PMTYPE:type------------------------------------------------><
 

Default is: /PMTYPE:VIO

Abbreviation is: /PM

Specify one of the following types:

PM
The executable must be run in a window.
VIO
The executable can be run either in a window or in a full screen.
NOVIO
The executable must not be run in a window; it must use a full screen.

If you set /PMTYPE for any file type other than executable files, the option is ignored.


Terms of use | Feedback

Copyright IBM Corporation 1996, 2008.
This information center is powered by Eclipse technology. (http://www.eclipse.org)