You now need to import the COBOL program that contains the test cases. To import the TestRecordsProgram.cbl program into the
               AddressBookJVMTest project's source folder: 
               	 
            
 
            	 
             
               		
               - In the COBOL Explorer view, expand the 
                  		  AddressBookJVMTest project. 
                  		
               
- Right-click the 
                  		  src folder, and then click 
                  		  . 
                  		  
                  This opens the 
                     			 Import dialog box. 
                     		  
                   
- Click 
                  		  . 
                  		
               
- Click 
                  		  Next. 
                  		
               
- Click 
                  		  Browse next to the 
                  		  From directory field. 
                  		  
                  This opens the 
                     			 Import from directory dialog box. 
                     		  
                   
- Navigate to the 
                  		  Eclipse\jvm_cobol\AddressBookDemo\addressBookJVMTest\src folder in the samples directory installed with 
                  		  Visual COBOL, which by default is 
                  		  $COBDIR/demo. 
                  		
               
- Click 
                  		  OK. 
                  		
               
- In the left pane, check the 
                  		  src folder. 
                  		
               
- Click 
                  		  Finish. 
                  		   
                  		  
                  Expand 
                     			  to display the TestRecordsProgram.cbl program.
                     		  
                   
Note: The project should build automatically. If not, click 
               		.