FILENAME and FILELEVEL: Listing UNIX file entries

Explanation: FILENAME and FILELEVEL are mutually exclusive, required parameters that you specify to request a list of UNIX file entries.

FILENAME('filename')
Requests information about an entry with a specific UNIX file name. It allows you to list information about backups for a specific UNIX file. If a UNIX directory is specified, 0 entries are returned. FILE is an acceptable abbreviation. Single quotation marks are required to enclose the absolute UNIX path name.
FILELEVEL('pathname')
Lists information about backups for all files under a specific UNIX directory. If the path is not for a directory, 0 entries are returned. FLEVEL is an acceptable abbreviation. Single quotes are required to enclose the absolute UNIX path name.