Changing the user library with prepare, Tns/r library, Tns/e library – HP NonStop G-Series User Manual
Page 43

Preparing Programs
HP NonStop AutoTMF Software User’s Guide—429952-014
3-9
Changing the User Library with Prepare
•
For NonStop S-series servers:
•
For NonStop Integrity servers:
4. If the NonStop AutoTMF EMS message template file ZESCTMPL has not been
installed, move a copy of ZESCTMPL into the same subvolume as the user library.
It might be needed to generate messages to the home terminal.
TNS/R Library
1. Create or locate a linkable version of the user library.
2. Prepare the application user library object using the
3. Use nld to combine ESCRUNN and ESCRUNNL into two versions of the user
library corresponding to the two classes of TNS/R programs:
•
For use with PTAL and C++ TNS/R programs:
•
For use with COBOL and C TNS/R programs:
4. If the NonStop AutoTMF EMS message template file (ZESCTMPL) has not been
installed, move a copy of it into the same subvolume as the user library.
ZESCTMPL might be needed to generate messages to the home terminal.
TNS/E Library
Combining the user library with the NonStop AutoTMF runtime is not required for
TNS/E user libraries or DLLs. Preparing the user library or user DLL establishes the
NonStop AutoTMF software runtime DLL as a DLL of the user’s library or DLL.
Changing the User Library with Prepare
NonStop AutoTMF software usually assumes that the application is fully installed and
that programs and user libraries are properly configured before the preparation begins.
If, however, you need to change the programs to refer to a different user library, you
may do this as part of the NonStop AutoTMF preparation process.
AXCEL myuserlb,myuserlb; UL
OCA myuserlb; UL
[run] $SYSTEM.ESCORT.ESCORT PREPARE mynatlb, UL;
nld ESCRUNN mynatlb -o mynatlbt -ul
nld ESCRUNNL mynatlb -o mynatlbc -ul