Viewing file information, Example of viewing file information, Viewing individual procedures – HP Integrity NonStop H-Series User Manual
Page 23: Example of viewing individual procedures, Viewing file, Information, Viewing, Individual procedures
![background image](/manuals/397117/23/background.png)
Viewing TNS or TNS/E Region Information
TNSVU User’s Guide— 528143-003
4 -2
Viewing File Information
Viewing File Information
The FILEINFO command displays general information about a TNS object file
previously opened using the OPEN command. File information includes the code
segment the file occupies in user code space, the date the file was translated, and the
build date of the OCA version. The FI command is a synonym for the FILEINFO
command.
Example of Viewing File Information
This example shows what FILEINFO returns.
filename>fileinfo
Examining file filename
Occupies coded segment 10 through 12 in User Code space
Translated on Thurs. Feb 12 14:30:22 2004
using an OCA built on Feb 12 2004 13:59:04
Viewing Individual Procedures
The PROCINFO command displays information about a specified procedure in a TNS
object file previously opened using the OPEN command. File information includes the
code segment the file occupies in user code space, the date the file was translated,
and the build date of the OCA version. The PI and INFO commands are synonyms for
the PROCINFO command.
procname
is the name of a procedure bound into the open TNS file.
If you specify a procedure name that does not exist in the open file, TNSVU returns a
message that the procedure was not found in this file.
Example of Viewing Individual Procedures
This example provides information about the procedure called P.
myfile> procinfo P
P
CSEG 0 PEP# 5 TNS Base: 011 TNS Size: 017 TNS Entry: 011
Itanium code: 0x704101a0 Itanium bundles: 0x2c Itanium entry:
0x704101a0
FILEINFO
PROCINFO procname