DISPLAY FILE [ HP Transact Reference Manual ] MPE/iX 5.0 Documentation
HP Transact Reference Manual
DISPLAY FILE
Displays information from specific MPE/KSAM files.
Syntax
{DISPLAY FILE} [filename]
{DF }
Parameters
file_name The name of the MPE/KSAM file from which you want to
display information. This can be a file defined in the
current or global system. If this parameter is omitted,
information is displayed for all files defined in the
current system.
Discussion
This command offers a way to obtain information about a particular file
in the system. Information can be displayed for files defined in the
current or global system. This coincides with the Transact/iX philosophy
pertaining to file scoping. A file in a system can be accessed only if
it is defined in the current or global system.
Example
This is an example of displaying file information.
TRANDEBUG> DISPLAY FILE file1
FILE1(UPDATE(OLD,LOCK,HP3000_16)
-80,1,3000,10,1)
OPEN STATUS: OPEN
LOCK STATUS: LOCKED
TRANDEBUG> DISPLAY FILE ksam1
KSAM1(READ(OLD,LOCK,HP3000_16)
OPEN STATUS: OPEN
LOCK STATUS: UNLOCKED
TRANDEBUG> DISPLAY FILE
FILE1(UPDATE(OLD,LOCK,HP3000_16)
-80,1,3000,10,1)
OPEN STATUS: OPEN
LOCK STATUS: LOCKED
KSAM1(READ(OLD,LOCK,HP3000_16)
OPEN STATUS: OPEN
LOCK STATUS: UNLOCKED
MPE/iX 5.0 Documentation