The following is an example conversion from RM/COBOL to 
               		Enterprise Developer using 
               		Eclipse 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 
               		Enterprise Developer: 
               	 
            
 
            	 
             
               		
               -  
                  		  ADISCTRL: The ADIS configuration file for ACCEPT/DISPLAY statements.