FUP Commands
File Utility Program (FUP) Reference Manual—523323-014
2-12
ALTER Parameters for All File Types
NOPURGEUNTIL [ timestamp ]
lets you change the expiration date of a file.
timestamp is:
[ date ] [ , ] [ time ]
where date is specified as:
{ dd mmm yyyy | mmm dd yyyy }
where dd (day) is an integer from 1 through 31, and mmm (month) is one of:
JAN, FEB, MAR, APR, MAY, JUN,
JUL, AUG, SEP, OCT, NOV, DEC
and yyyy (year) is a four-digit integer in the range 1900 to 4000.
If date is omitted, timestamp defaults to the current date.
time is specified as:
hh:mm[:ss]
values for the hour (hh) are from 0 to 23 (only the 24-hour clock is
supported).
If time is omitted, timestamp defaults to the beginning of the day (0:00:00 or
midnight).
If seconds (ss) is omitted, timestamp defaults to zero.
If both date and time are omitted, timestamp returns to the parameter
default setting at the time the file was created.
If timestamp contains a date prior to Jan 1, 1900 or after Dec 31, 4000, FUP
displays BAD TIMESTAMP and no date in the INFO DETAIL response screen.
[ NO ] REFRESH
causes the file label to be copied to disk whenever the file control block is marked
as dirty. This situation occurs if the end of file or a free-space block changes. The
file label is not written to disk if the only change is updating the LAST MODIFIED
field. The default is NO REFRESH. (The label is not copied to disk.)
RESETBROKEN
resets the BROKEN flag in the file label for a nonaudited file. Fix the broken parts
of the file before using RESETBROKEN.
RESETCORRUPT
causes the corrupt flag to be reset (turned of
f).