Note: This is a technology preview feature only. It is being made available to allow you to test and provide feedback on this new capability; however, this feature is not intended for production use and it is not supported as such. Furthermore, Micro Focus does not guarantee that this feature will be delivered at a GA level and if it is, then the functionality provided might differ considerably from this technology preview.
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-bit)
SQLTP264 (64-bit)
|
DSNUTILB
|
SQLUTB32 (32-bit)
SQLUTB64 (64-bit)
|
- 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-bit)
SQLTP264 (64-bit)
|
HCOUTILB
|
SQLUTB32 (32-bit)
SQLUTB64 (64-bit)
|