Note: これは技術評価機能としてのみ提供されます。この新機能について、テストおよびフィードバックができるようになる予定です。ただし、この機能はプロダクション使用を目的としたものではなく、プロダクション使用はサポートされていません。また、この機能は GA レベルでの提供が保証されるものではないため、実際提供されるバージョンは技術評価版と大きく異なる可能性があります。 
		 
 
	 To use the MBDT versions of DSNTEP2 and DSNUTILB, you must configure your 
		
enterprise server instance to include an alias for each. You can do this in one of two ways: 
	 
 
		 
		  - Keep DSNTEP2 and DSNUTILB Program Names 
		  
- If you want to keep the program names DSNTEP2 and DSNUTILB in your JCL, and have them execute the MBDT version of these utilities, add the following alias definitions: 
			 
 
					  
						| Program | Alias |   
						| DSNTEP2 | SQLTP232 (32 ビット) SQLTP264 (64 ビット) 
						   |   
						| DSNUTILB | SQLUTB32 (32 ビット) SQLUTB64 (64 ビット) 
						   |  
 
- Specify Alternative Program Names 
		  
- If you want to specify a different program name in the JCL for each MBDT, you can do this instead. For example: 
			 
 
					  
						| Program | Alias |   
						| HCOTEP2 | SQLTP232 (32 ビット) SQLTP264 (64 ビット) 
						   |   
						| HCOUTILB | SQLUTB32 (32 ビット) SQLUTB64 (64 ビット) 
						   |