You need to import the files from the CICS demonstration program into your project. 
                  		
               
 
               		
                
                  		  
                  - Browse to the location of the ACCTCLNT sample in the install directory of the Samples. On Windows Vista and Windows 7, this is 
                     				%PUBLIC%\Documents\Micro Focus\Enterprise Developer\Samples\Mainframe\CICS\Classic\ACCTCLNT. 
                     			 
                     Note: On older versions of Windows the samples might be installed in a different folder, such as for Windows XP, 
                        			 C:\Documents and Settings\All Users\Documents\Micro Focus\Enterprise Developer\Samples. 
                        			 
                      
- Copy the 
                     			 bms, 
                     			 cbl, and 
                     			 cpy subfolders from this folder and paste them into your project's directory, 
                     			 c:\tutorials\ACCTCLNT. 
                     		  
                  
- Create the following new project directory subfolders: 
                     			 
                      
                        				
                        - c:\tutorials\ACCTCLNT\system 
                           				
                        
- c:\tutorials\ACCTCLNT\data 
                           				
                        
 
-  In Visual Studio, right-click your project in Solution Explorer and select 
                     			 Add > 
                     			 Existing Item. 
                     		  
                  
- Browse to the 
                     			 c:\tutorials\ACCTCLNT\cbl folder, select all items, then click 
                     			 Add. 
                     		  
                  
-  Again, right-click your project in Solution Explorer and select 
                     			 Add > 
                     			 Existing Item. 
                     		  
                  
- Browse to the 
                     			 c:\tutorials\ACCTCLNT\bms folder. 
                     		  
                  
- Set the file type filter to 
                     			 BMS Files (*.bms), select the 
                     			 .bms file, then click 
                     			 Add. 
                     			 
                     Note: The BMS map needs to be included in your project, so that you can compile it easily. There is no need to edit the BMS file
                        for the purposes of this tutorial. However, if you did need to edit it, you would do this using the BMS Painter.