To specify properties for your project: 
                  		
               
 
               		
                
                  		  
                  - In Solution Explorer, double-click the 
                     			 Properties folder. 
                     		  
                  
- On the 
                     			 Dependency Paths tab, ensure the path type is set to 
                     			 COBOL Copybook Paths. 
                     		  
                  
- Click in the entry box; then press 
                     			 Ctrl+Insert to enable a text field.
                     		  
                  
- Type 
                     			 c:\tutorials\ACCT\cpy into the text field. 
                     		  
                  
- On the 
                     			 BMS tab: 
                     			 
                      
                        				
                        - Ensure 
                           				  DSECT and 
                           				  MAP are set to 
                           				  Yes. 
                           				
                        
- In the 
                           				  Copybook Output Path text box, type 
                           				  .\cpy. 
                           				
                        
- In the 
                           				  Load Module Output Path text box, type 
                           				  .\loadlib. 
                           				
                        
 
- On the 
                     			 COBOL tab: 
                     			 
                      
                        				
                        - Ensure 
                           				  Platform Target is set to 
                           				  x86. 
                           				
                        
- Set 
                           				  Character set to 
                           				  ASCII. 
                           				
                        
- From the 
                           				  Source Format drop-down list, choose 
                           				  Fixed. 
                           				
                        
- Ensure 
                           				  Compile for debugging is checked. 
                           				
                        
- Check 
                           				  EXEC CICS. 
                           				
                        
- Replace the contents of the 
                           				  Output path field with 
                           				  .\loadlib. 
                           				
                        
 
- On the 
                     			 Debug tab, ensure that the 
                     			 Active Settings field is set to 
                     			 CICS.
                     		  
                  
- Click 
                     			 File > Save All.