HP Integrity NonStop J-Series User Manual
Page 153

NonStop AutoTMF Commands
HP NonStop AutoTMF Software User’s Guide—429952-016
6-77
PREPARE
If alternate-library does not contain the AutoTMF runtime library, an error
message is displayed and the object files are not prepared.
If this parameter in omitted, the user library is one of:
The program’s current user library which must be bound with the AutoTMF
runtime library. If the program is not bound with the AutoTMF runtime
library, an error message is displayed and the object file is not prepared.
The AutoTMF runtime library that is used by the CI.
OCA | NOOCA
enables or disables the acceleration of a TNS object (file code 100), using
OCA, after the object has been prepared.
By default, PREPARE automatically processes a TNS object using OCA
whenever PREPARE invalidates the OCA region. If the program has no OCA
region, no extra processing is performed. This option overrides the default
behavior.
If NOOCA is specified, PREPARE never accelerates a program. If the
preparation invalidates the OCA region, the program runs in interpreted mode,
unless you manually process the program using OCA.
START filename
specifies the starting file to prepare fileset.
TNS | TNSR | TNSE
restricts the processing of the command to the designated object file types:
code 100 files for TNS, code 700 files for TNSR, and code 800 files for TNSE.
By default, PREPARE processes only TNS/R objects on NonStop S-Series
servers and only TNS/E objects on Integrity NonStop servers. It processes
TNS objects on all servers. Specifying this option overrides the default
behavior.
Specifying the LIBRARY option implicitly restricts the processing of the
command to the file type of the library object and is equivalent to specifying
TNS, TNSR, or TNSE.
USERLIB | UL
prepares object files that have no main procedure.
By default, an object file that has no main is not prepared.
If USERLIB is omitted for such object files, PREPARE displays an error and
the file is not prepared.
Prepare any application user libraries prior to preparing the application programs. See
Combining a User Library with the NonStop AutoTMF Runtime
about combining the AutoTMF runtime library with a user library.