Walks you through the process of creating a 
                  		Visual COBOL project for the BookDemo application and its service interface. 
                  	  
               
            
 
            	  
            	 
            Restriction:  This topic applies only when the Enterprise Server feature is enabled. 
               	 
            
 
            	 
            Create a project for your service interface application. 
               	 
            
 
            	 
             
               		
               - From the 
                  		  IMTKTutorialsESA Solution in the Solution Explorer, right-click the solution name; then click 
                  		  Add > 
                  		  New Project. 
                  		
               
- In the 
                  		  Name field, type 
                  		  ProgramEJB. 
                  		  
                  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 
                  		  ProgramEJB project now appears in the Solution Explorer. 
                  		
               
- Right-click the 
                  		  ProgramEJB 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.