Runtime library, Tns library, Acceleration – HP Integrity NonStop J-Series User Manual
Page 183
System Management
HP NonStop AutoTMF Software User’s Guide—429952-017
A-9
Runtime Library
7. Issue MODIFY commands:
The object files or audited files reside in different locations
The user first proceeds as describe above.
command makes the file and program attributes from source
commands.
To complete the migration, proceed as follows:
1. Using the AutoTMF CI, capture the attributes of the object files and audited files
configured on the original system using the INFO command specifying
OBEYFORM and collect the output into an edit file using the LOG command:
2. Edit the log file obeyfile to change the location of the programs or audited files.
3. Using the AutoTMF CI, obey the modified obeyfile to configure the file attributes
and program attributes on the new system:
4. Optionally, delete the configured attributes for the original objects and audited files
using the
and
commands.
Runtime Library
TNS Library
The AutoTMF runtime library for TNS programs is an object file named ESCRUNTM;
ESCRUNTM is provided as a user library and should be maintained in that form.
Acceleration
The runtime library is accelerated when it is shipped because it is performance
sensitive. If the runtime library is, subsequently, combined with a user library (for
example), the runtime library must be accelerated again.
LOG TO obeyfile;
INFO ATMFF,OBEYFORM;
INFO ATMFP,OBEYFORM;
LOG STOP;
EXIT;
OBEY obeyfile;