VisualAge for COBOL Platform-related FAQs
The following Frequently Asked Questions (FAQ) focus on platforms and
VisualAge for COBOL:
I just installed Merlin, OS/2 Warp 4.0, and GUI builds fail inIWZVGENX under
WorkFrame. How can I resolve this? |
In an OS/2 window, change to the directory where IWZVGENX.EXE resides,
usually \IBMCOBOL\BIN, and enter the following:
EXEHDR /PMTYPE:VIO IWZVGENX.EXE A side-effect is
that IWZVGENX.EXE will no longer work from the command line, which usually is
okay for GUI applications. To change this back so that it can be ran from the
command line, enter the following:
EXEHDR /PMTYPE:PM IWZVGENX.EXE | |