HP Integrity NonStop J-Series User Manual
Page 142

NonStop AutoTMF Commands
HP NonStop AutoTMF Software User’s Guide—429952-017
6-66
INFO PROGRAM
prep-info-option
used to analyze the prepared state of object files. See
page 3-4 for a description of the prepared state of a program.
DETAIL
displays an item-by-item analysis of each object file including:
the type of the object file: TNS, TNS/R and so on.
for SQL programs, whether the program is a valid SQL program, whether
the program needs SQL compilation, and so on.
the user library if there is one for this object.
the prepared state of a program.
the number of references to prepared external procedures.
the object file attributes such as Inspect, Highrequesters and so on.
for prepared programs, the AutoTMF attributes configured for the program
with the
commands.
PREPARED
lists the object files that are prepared to use AutoTMF.
UNPREPARED
lists the object files that are not prepared to use AutoTMF.
object-info-option
AXLCHECK
displays all object files that are accelerated, have external references that are
altered by a PREPARE command, and have code that make references to
procedure labels.
COBOL
displays the COBOL and CRE information contained in an object file:
a list of program units bound into the object file
by program unit, a list of the files opened by the program, the type of file
and the open parameters.
Note: Programs that have been prepared but have some preparation conflict appear in
both the PREPARED and UNPREPARED lists.
Moreover, PREPARED and UNPREPARED are "negative" options, each causing the other
type of file to be omitted. Specifying both PREPARED and UNPREPARED displays only
those that are prepared with a conflict.