AutoTMF Software User's Guide (Update 11)
System Management
HP NonStop AutoTMF Software User’s Guide—429952-013
A-15
TNS/E Host Language Runtime DLLs
TNS/E Host Language Runtime DLLs
The COBOL and C runtimes are implemented as the public DLLs ZCOBDLL and 
ZCRTLDLL. Unlike the TNS and TNS/R versions of the NonStop AutoTMF software 
runtime, the TNS/E runtime does not contain copies of the host language runtime. 
Instead, to perform the procedure call intercepts, prepared copies of the currently 
installed public host language DLLs are moved and “rebased” to the AutoTMF 
operational subvolume at installation time. The rebased public DLLs are then used as 
private DLLs that are set up to use the NonStop AutoTMF runtime as a DLL.
The public DLLs have dependencies on other public DLLs. To properly intercept the 
procedure calls the public DLLs issue, the INSTALL macro currently copies and 
rebases the following public DLLs:
Other public DLLs may be rebased in future versions of NonStop AutoTMF.
New Versions of DLLs
If you must intercept calls from a new version of an existing rebased public DLL, 
proceed as follows:
1. Locate the DLL to install. The file ZREGPTR in $system.sysnn contains the name 
of the subvolume where the currently installed DLLs are running.
2. Use INFO PROGRAM (or PROGINFO (PI)) with the REBASE option to generate 
the ELD command that copies and rebases a public DLL to the AutoTMF 
operational subvolume.
48> vproc escrunnm
VPROC - T9617G03 - (07 AUG 2003) SYSTEM \NSKNED Date 20 JUL 2005, 
16:38:39
Copyright 2003 Hewlett-Packard Development Company, L.P.
 GMT Binder timestamp: 27JUN2005 21:32:11
 Version procedure: T0581H01^01MAY2005^RUN170^H01
 Version procedure: T9600D40^22JAN03^GPLIB^07JAN03
 Version procedure: T9600D40^22JAN03^GPLIBX^07JAN03
 Version procedure: T8431G08^01AUG2001^AAF
 Version procedure: T8108D46^19AUG2002^30JUL02^ABB
 Version procedure: S7053D45^14FEB01^LOAD^AAX^04JUN
 Version procedure: T8432G08_01FEB2001_ZCRTLSRL
 Native Mode: runnable file
Public DLL Referenced by
ZCOBDLL rZCREDLL
ZCREDLL
ZCRTLDLL ZCREDLL,ZI18NDLL,ZICNVDLL,ZOSSKDL
ZI18NDLL ZCREDLL,ZCRTLDLL,ZICNVDLL
ZICNVDLL ZCREDLL,ZCRTLDLL,ZI18NDLL
ZOSSKDLL ZCREDLL,ZCRTLDLL










