Set the output preferences for your AMB project, and view the properties for the BLDRAPPL application and the BLDRUPD program. 
	 
 
  
 
	 Restriction:  This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms. 
	  
 
	 Requirements
 
		 
		Before attempting this tutorial, you must complete: 
		
 
		
 
		If you have closed 
		  Enterprise Developer, start it; then open the AppMaster Builder perspective. 
		
 
	  
 
	  
		 
		  - Set output preferences 
		  
 
 
		  -  
			 
 
				- If it isn't already active, in Eclipse, switch to the AppMaster Builder perspective. 
				
 
 
				- Click 
				  AppMaster Builder Preferences page 
				  
. 
				 
 
				- From the list of preferences pages, select 
				  Output. 
				
 
 
				- Under 
				  Save options, check 
				  Save COBOL. 
				  
Save COBOL instructs AMB to save COBOL output in your project. In this case, because we have a CICS application defined, 
					 Save COBOL saves COBOL output to the 
					 COBCICS subdirectory. 
				  
 
				 
 
				- Check 
				  Generate non-OS/VS COBOL (default), and 
				  List generated code. 
				  
 
						 
						   
							 | Generate non-OS/VS code 
							  | 
 
							 Generates COBOL instead of OS/VS COBOL 
							  | 
 
						  
 
						   
							 | List generated code 
							  | 
 
							 Produces a code listing in report format when you generate a program or application. 
							  | 
 
						  
 
						
 
					 
 
 
				 
 
				- Click 
				  OK. 
				
 
 
			 
 
		   
 
		 
		 
		  - View application properties 
		  
 
 
		  - The BLDRAPPL demonstration application is a CICS/VSAM application. Its application properties have been set for you. To view them: 
			 
 
				- From the AppMaster Builder 
				  Project Explorer, expand the 
				  C:\amb_tutorial\BLDRAPPL\dev1 project. 
				
 
 
				- Right-click the 
				  BLDRAPPL application; then select 
				  Properties from the context menu. 
				
 
 
				- Take note of the 
				  User Interface, 
				  MOD Size, and 
				  Databases settings. 
				
 
 
				- Click 
				  Cancel. 
				
 
 
			 
 
		   
 
		 
		 
		  - View program properties 
		  
 
 
		  - When you add a program to an AMB project, it is created with a default set of properties. The BLDRUPD program that you added previously does not require that you change any of the default settings; however, you should view them to become familiar with these settings. 
			 
 
				- From the AppMaster Builder 
				  Project Explorer, expand the 
				  C:\amb_tutorial\BLDRAPPL\dev1 project and the 
				  BLDRAPPL application. 
				
 
 
				- Right-click the 
				  BLDRUPD program; then select 
				  Properties from the context menu. 
				
 
 
				- In particular, take note that the 
				  Program type is set to 
				  Online Express. 
				
 
 
				- Click 
				  Cancel. 
				
 
 
			 
 
		   
 
		 
	 
 
	 This completes the tutorial. Next, please complete 
		Tutorial: Learn Screen Painter Techniques.