Restriction:  This topic applies only when the Enterprise Server feature is enabled. 
               	 
            
 
            	 
            This section walks you through the process of creating a 
               		Visual COBOL project for the BookDemo application and its service interface. 
               	 
            
            	 
             
               		
               - From the 
                  		  IMTKTutorialsESA Solution in the Solution Explorer, right-click the solution name; then click 
                  		  Add > 
                  		  New Project. 
                  		
               
  
               		
               - In the 
                  		  Name field, type 
                  		  ProgramCORS. 
                  		  
                  
Note: Because you are creating the project from the IMTKTutorialsESA solution, the default settings for 
                     			 Project types, 
                     			 Templates, and 
                     			 Location are correct. 
                     		  
                  
 
                  		
                 
               		
               - Click 
                  		  OK. The 
                  		  ProgramCORS project now appears in the Solution Explorer. 
                  		
               
  
               		
               - Right-click the 
                  		  ProgramCORS project, and select 
                  		  Add > 
                  		  Existing Item from the context menu. 
                  		
               
  
               		
               - Browse to the 
                  		  %PUBLIC%\Documents\Micro Focus\Visual COBOL\Samples\Interface Mapping Toolkit\ServiceInterfaces\BookDemo folder. 
                  		
               
  
               		
               - From the drop-down list, click 
                  		  All files (*.*); then select the following files: 
                  		  
                  
 
                     			 
                     -  
                        				book.cbl 
                        			 
                     
  
                     			 
                     -  
                        				book-rec.cpy 
                        			 
                     
  
                     			 
                     -  
                        				bookfile.dat 
                        			 
                     
  
                     			 
                     -  
                        				bookfile.idx 
                        			 
                     
  
                     		  
                  
 
                  		
                 
               		
               - Click 
                  		  Add.