Object Code Accelerator Manual

Using OCA with Other NonStop Tools
Object Code Accelerator Manual528144-003
6-2
SHOW
SHOW
The SHOW command displays the current values for the attributes of an existing TNS
object file.
OCA ENABLE
displays whether or not OCA can accelerate the TNS object file specified in the
FROM portion of this command.
INFO
displays the attributes for the TNS object file specified in the FROM portion of this
command. SHOW command output also displays OCA information when the
program has been accelerated using OCA.
STRIP
The STRIP command allows you to selectively remove the Binder, Inspect, TNS/R, or
TNS/E regions from the named TNS object file. If you enter STRIP filename at the
command line without any additional options, Binder strips only the Binder and
Symbols regions and retains the TNS/R and TNS/E (if any) regions in the file. If you
specify the SYMBOLS, AXCEL, or OCA options, only those named attributes are
removed from the file.
filename
is the name of the TNS object file from which you want to remove the Binder,
Inspect, TNS/R or TNS/E region.
SYMBOLS
removes the Inspect region from the TNS object file. The Inspect region contains
debugger symbol tables from the TNS object file.
AXCEL
removes the TNS/R region from the TNS object file. The TNS/R region contains
Accelerator-generated TNS/R code.
OCA
removes the TNS/E region from the TNS object file, containing OCA-generated
TNS/E code.
SHOW
{OCA ENABLE [FROM filename] }
{INFO [FROM filename] }
STRIP filename [, SYMBOLS | , AXCEL | , OCA]