Complete the project settings and import the COBOL source files. 
                  	  
               
            
 
            	 
            
               -  
                  		  In the 
                     			  
                     			 COBOL Explorer, right-click on the name of your project - CTGDEMO - and select 
                     			 Properties. 
                     		   
                  		   This reveals the properties page for your project. 
                  		   
                  		
               
-  
                  		  Expand 
                        				Micro Focus > Project Settings and click on 
                        				COBOL then set 
                     			 Character Set to 
                     			 ASCII. 
                     		   
                  		
               
-  
                  		   
                     			 On the same page, enter the following additional directives in the 
                     			 Additional directives box: 
                     			 copyext(CBL, cbl, CPY, cpy) remove(namespace) hidemessage(624). 
                     		  
 
-  
                  		  Expand 
                        				Micro Focus > Build Configurations, click on COBOL and enter 
                     			 .\loadlib in the 
                     			 Output path field. 
                     		   
                  		
               
-  
                  		  Click 
                     			 OK. 
                     		   
                  		
               
-  
                  		  Click 
                     			 File > Save All to save your work (if the menu option is greyed out, then it has already been automatically saved). 
                     		   
                  		
               
-  
                  		  Select 
                     			 Project > Build All and check that all programs build correctly without errors.