Interactive Reporting

  These commands allow you to generate a variety of reports. Unlike the current and capacity reports they do not depend on previously collected data so they can be run at anytime. A number of qualifiers are available so that reports can be generated including only files that match a variety of selection criteria.

The interactive report types are:
/report=ACE        Shows files and their access control entries
/report=Large_files    Shows the largest files on a disk
/report=Protection        Shows files and their protection settings
/report=Size        Shows files and their used, allocated and unused block sizes
/report=Tree        Shows the directory tree structure of a disk or the current directory
/report=Unauthorized    Shows files that do not belong to an authorized (SYSUAF) UIC

(all commands begin with VDM and are issued at the DCL level).

The following qualifiers can be used to control which files are included in these reports. Not all selection types are available for all reports; the most common usage for the qualifiers is noted.

/ace=(identifier=value,     To find files that have a specific ACE        A
    access=value)
/allocated=value or range    To find files by number of blocks allocated    A,L,P,S
/backup            To find files by their backup date            A,L,P,S
/before=date or range    Combine with any of the date related qualifiers    A,L,P,S
                    to specify the date
/created            To find files by their creation date            A,L,P,S
/expired            To find files by their expiration date            A,L,P,S
/flags=flag            To find files by various file flags            A,L,P,S
/fragments=value or range    To find files by the number of fragments    S
/match=and|or        To control how protections are matched        P
/modified            To find files by their modification date        A,L,P,S
/num_files=value        To specify how many files to include in the        L
                    size report
/organization=type        To find files by their organization (indexed,    A,L,P,S
                    relative or sequential)
/owner=owner        To find files by their owner                A,L,P,S
/protection=protection    To find files by their protection settings        P
/since=date or range        Combine with any of the date related qualifiersA,L,P,S
                    to specify the date
/title=value            Include the specified title in the report        A,L,P,S,U
/unused=value or range    To find files by blocks of unused disk space        L,S
/used=value or range        To find files by blocks of used disk space    L,S