Provides step-by-step instructions that guide you through the creation and configuration of the ESAACT 
                  		enterprise server region on which to run the AACT application. 
                  	  
               
            
 
            	 
            To successfully run your new AACT application, you must first create a new enterprise server region configured for Mainframe
               Subsystem Support, and with Assembler enabled. 
               	 
            
 
            	 
            
               Create the ESAACT 
                  		  enterprise server region
 
               		 
               		
                
                  		   
                  		   
                  		  
                  - In Eclipse, open the 
                     			 Server Explorer view. 
                     			 
                     If the Server Explorer view is not visible, click 
                        				. 
                        			 
                      Attention: You might encounter an 
                        		  ESCWA Sign On dialog box as you perform the steps required to create, configure, start, or stop an 
                        		  enterprise server region from the 
                        		  Server Explorer. If you do, ensure that the 
                        		  Server requires credentials, 
                        		  Use specific server credentials, or 
                        		  Server is secured 
                        		  , and the 
                           			 Store credentials boxes are 
                           		  unchecked, and then click 
                        		  OK. 
                        		   Also, if prompted to disable password recovery, click 
                           			 No. 
                        		
                      
- In the 
                     			 Server Explorer view, expand 
                     			 Local [localhost:10086] and right-click 
                     			 Default [127.0.0.1:86], then select 
                     			 . 
                     			 
                     This opens the 
                        				New Enterprise Server dialog box. 
                        			 
                      
- In the 
                     			 Name field, type 
                     			 ESAACT. 
                     		  
                  
- Click 
                     			 Browse next to the 
                     			 Template field. 
                     			 
                     This opens the 
                        				Select template file dialog box. The default location of the 
                        				Enterprise Server templates shipped with 
                        				Enterprise Developer is in 
                        				%ProgramFiles(x86)%\Micro Focus\Enterprise Developer\etc\ServerTemplates. 
                        			 
                      
- Click 
                     			 CICSTemplate.xml, and click 
                     			 Open. 
                     			 
                     This template creates an enterprise server with Mainframe Subsystem Support configured for CICS. 
                        			 
                      
- In the 
                     			 Associate with projects field, check 
                     			 AACT to associate the new 
                     			 enterprise server region with the AACT project. 
                     		  
                  
- Click 
                     			 Finish to create the server. 
                     			 
                     Server Explorer refreshes the 
                        				Default [127.0.0.1:86] node to display the ESAACT server. 
                        			 
                      
  
            	 
            
               Configure the ESAACT 
                  		  enterprise server region in 
                  		  ESCWA
 
               		 
               		
                
                  		   
                  			 
                  - Start 
                     				Enterprise Server Common Web Administration (ESCWA) 
                     			 
                  
-  
                     				
                     See 
                        				  To Start ESCWA for more information on starting 
                        				  ESCWA. 
                        				
                      
- Set general properties 
                     			 
                  
-  
                     				
                      
                        				  
                        - In 
                           					 ESCWA, click 
                           					 Native. 
                           				  
                        
- In the navigation pane, click 
                           					 . 
                           					 
                           This opens the 
                              						General Properties page for the ESAACT server where you can set the 
                              						ES_MFASM_SUPPORT environment variable, which enables Assembler for CICS regions. 
                              					 
                            
- In the 
                           					 Configuration Information field, type: 
                           					 [ES-Environment]
ES_MFASM_SUPPORT=Y
BASE=C:\Users\username\workspace\AACT 
- Optionally, you can add a description for the ESAACT 
                           					 enterprise server region. To do this, in the 
                           					 Description field, type a description of the new enterprise server. For example, 
                           					 Assembler AACT Tutorial. 
                           				  
                        
-  To save the changes, click 
                           					 Apply. 
                           				  
                        
 
- Configure the TN3270 listener 
                     			 
                  
- The endpoint address for the TN3270 listener defines the port number used when you connect to the 
                     				enterprise server region using the 
                     				Host Access for the Cloud TN3270 emulator. 
                     				
                      
                        				  
                        - Click 
                           					  
                           					 
                           This takes you to the 
                              						Communications Server Properties page. 
                              					 
                            
- Scroll down to the 
                           					 Listeners section. 
                           				  
                        
- Click 
                           					  (Edit) on the row of the 
                           					 TN3270 listener. (Edit) on the row of the 
                           					 TN3270 listener.
- Change the contents of the 
                           					 Port field to 
                           					 9004. 
                           				  
                        
- Click 
                           					 Apply. 
                           				  
                        
 
- Set Assembler properties 
                     			 
                  
- The template you used to create the ESAACT 
                     				enterprise server region sets properties for CICS applications. You need to reset these properties for Assembler applications. 
                     				
                      
                        				  
                        - Click 
                           					 . 
                           				  
                        
- In the 
                           					 System Initialization Table field, type 
                           					 ASMSIT. 
                           				  
                        
- In the 
                           					 Resource Definition File Path field, specify the location of your 
                           					 dfhdrdat resource definition file: 
                           					 
                           $BASE\SYSTEM 
                              					 
                            
-  In the 
                           					 Transaction Path field, type 
                           					 $BASE\loadlib 
                           				  
                        
-  In the 
                           					 File Path field, type 
                           					 $BASE\loadlib 
                           				  
                        
- In the 
                           					 Map Path field, replace the existing path with 
                           					 $BASE\loadlib. 
                           				  
                        
- Click 
                           					 Apply.