Attention: This topic applies to a feature that is in Early Adopter Program (EAP) release status. We intend to provide the finalized
               feature in a future release. Please contact 
               		Micro Focus Customer Care if you require further clarification. 
               	 
            
 
            	 
             To complete the definition of an EDB PostgreSQL XAR, add the following values in the 
               		Open string field: 
               	 
            
 
            	 DSN=odbc_dsn[,USRPASS=userid.password]
   [,USERP={T|F}][,LNAME={T|F}][,BATCHONLY={T|F}][,LOCALTX={T|F}]
   [,ISOLEVEL={CR|RR|SS|SZ|UR}][,ESLOGGING=0001] 
            	  
               		 
               		  
               - odbc_dsn 
                  		  
               
- The ODBC Data Source Name used to connect to the data source as defined within the Windows ODBC Data Source Administrator
                  utility.1 
                  		  
               
- userid 
                  		  
               
- The user ID required to connect to the data source.1 
                  		  
               
- password 
                  		  
               
- The password required to connect the user ID to the data source.1 
                  		  
               
- USERP, LNAME, BATCHONLY, 
                     			 LOCALTX, ISOLEVEL, and ESLOGGING 
                  		  
               
- See 
                  			 SQL xa_open string Configuration Options for details. 
                  		  
               
                
                  		  
                   
                     			 
                      
                        				
                        | 1 Alternatively, you can specify the DSN, user ID, and password by manually coding them into the 
                           				  ESPGSQLXA.cbl source. This can be helpful if you want to ease security. To do this, search for CUSTOMIZE within 
                           				  ESPGSQLXA.cbl to see where to apply the required changes. |