COMPUTE FILESIZE

        [SIC\]COMPUTE OutVar FILESIZE FileName

    Return the file size of FileName in bytes into the integer variable Out-
    Var.

    For  large files, prefer an I*8 (DEFINE LONG) output variable. With I*4,
    values above 2 GiB are not representable.