The following is an example conversion from RM/COBOL to
Visual COBOL using
Visual Studio as the IDE.
The application in this example is called
qdemo, and has two panels:
custinfo and
message.
The following files are from the original RM/COBOL application:
- qdemo.cbl: Main COBOL program file
- custinfo.prc: Procedural code for the
custinfo panel
- cusinfo.ws: Data for the
custinfo panel
- message.prc: Procedural code for the
message panel
- message.ws: Data for the
message panel
- rmpanels.ws: Control data for RM/Panels
- qdemo.lib: RM/Panels library file
The following files are available from
Visual COBOL:
-
ADISCTRL: The ADIS configuration file for ACCEPT/DISPLAY statements.