This is version 130218 of the FATS tool.

FATS, displays File ATributeS using the same keywords as are used by the SET FILE/ATTRIBUTE command. Only the file attributes which can be modified by that DCL command are shown. FATS can be used to save the current settings so that after some manipulations the original attributes can easily be restored. FATS intentionally does not follow symbolic links, it displays the attributes of the link file.

The backup saveset contains three files: the executable images for Alpha and I64 and a CLD file.

How to use FATS:

$ mc []fats fats.exe
File SYS$SYSDEVICE:[USER.FATS]FATS.EXE;2
credate="10-OCT-2011 14:44:44.20"
moddate="10-OCT-2011 14:44:44.20"
expdate="17-NOV-1858 00:00:00.00"
bakdate="17-NOV-1858 00:00:00.00"
accdate="10-OCT-2011 14:44:44.20"
attdate="10-OCT-2011 14:44:44.32"
org=seq
rfm=fix
rat=none
lrl=512
hbk=32
ebk=29
ffb=0
bks=0
fsz=0
deq=0
mrs=512
gbc=0
vrs=0
$ set command fats_cld
$ define fats sys$disk:[]fats
$ fats fats.c
File SYS$SYSDEVICE:[USER.FATS]FATS.C;1
credate="10-OCT-2011 14:43:22.23"
moddate="10-OCT-2011 14:43:22.23"
expdate="17-NOV-1858 00:00:00.00"
bakdate="17-NOV-1858 00:00:00.00"
accdate="17-NOV-1858 00:00:00.00"
attdate="10-OCT-2011 14:43:22.37"
org=seq
rfm=stmlf
rat=cr
lrl=32767
hbk=16
ebk=7
ffb=326
bks=0
fsz=0
deq=0
mrs=0
gbc=0
vrs=0
$

This version was tested on OpenVMS V8.3/Alpha and V8.3-1H1/I64. There are known differences with symbolic links in V8.4 which may cause problems. Tests for V8.4 are planned.