File Utility Programming (FUP) Reference Manual

FUP Commands
File Utility Program (FUP) Reference Manual523323-015
2-92
INFO Listing Format
FUP INFO command with DETAIL option displays aggregate EOF of all the
partitions of Format 1 or Format 2 key-sequenced file.
FUP INFO command with detail option does not display the locklength value when
LOCKLENGTH is equal to KEYLEN.
INFO Listing Format
Example 2-2 shows the format that the FUP INFO command (with no options) uses to
display file information.
name
is the disk file name of the file whose characteristics are being displayed.
A question mark (?) after the file name might appear for an OSS file entry for which
FUP cannot read the last modification time.
open-state
is the open state of the file. It is displayed as any of:
The states can occur in many combinations. For example:
Example 2-2. INFO Listing Format
CODE EOF LAST MODIF OWNER RWEP TYPE REC BL
[\node.] $volume.subvolume
name open- code eof mod owner sec type rec bl
state
null The file is not open, failed, or broken.
C The file is corrupt. A corrupt file is a file whose contents are in question. DUP
and LOAD mark the destination file as corrupt while these operations are
performed. If the operation does not complete normally, the file is marked
corrupt and should be purged.
O The file is open, or a TMF transaction is active on the file.
? The file is crash-open. That is, it was open when a total system failure occurred
or when the volume where it resides became unavailable.
R The file cannot be opened. Media recovery is needed (undo, redo, or
rollforward).
B The file is open but received an I/O or consistency check failure and needs
media recovery.
OB The file is open but has an I/O or consistency check failure and needs a media
recovery at some point.
?B The file is crash-open and broken.