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


/SUBSYSTEM

Use /SUBSYSTEM to specify the subsystem and version that are required to run the program.

/SUBSYSTEM option syntax
Read syntax diagramSkip visual syntax diagram>>-/SUBSYSTEM:subsystem-+-------------------+------------------><
                        '-,major-+--------+-'  
                                 '-.minor-'    
 

Default is: /SUBSYSTEM:WINDOWS,4.0

Abbreviation is: /SU

The major and minor arguments are optional and specify the minimum required version of the subsystem. The major and minor arguments are integers in the range 0 to 65535.

Subsystem Major.minor Description
WINDOWS 3.10 A graphical application that uses the Graphical Device Interface (GDI) API.
CONSOLE 3.10 A character-mode application that uses the Console API.

Terms of use | Feedback

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