File Utility Programming (FUP) Reference Manual

FUP Overview
File Utility Program (FUP) Reference Manual523323-015
1-18
Qualified File Sets
time-value
selects a file based on a specific time. The default is 00:00:00 (midnight) of the
current date:
[ date | time ] time | date
time is:
hh:mm[:ss]
hh is the hour. mm is the minutes. ss is the seconds.
date is:
dd mmm yyyy
mmm dd yyyy
mmm is always the first three characters in the name of the month.
yyyy must be four digits for the year. Valid examples are:
1 JAN 2001 06:30
JAN 1 2001 06:30
6:30 1 JAN 2001
20 OCT 1999 07:29:30
06:15 JAN 1 1998
23:30:00 DEC 31 2000
FILECODE conditional-number
selects a file based on its file code. conditional-number represents a file
code (such as 101) and is preceded by one of these symbols:
EOF conditional-number
selects a file based on the number of bytes it contains. conditional-
number represents the number of bytes (you provide) and is preceded by one
of these symbols:
< (less than)
<= (less than or equal to)
= (equal to)
> (greater than)
>= (greater than or equal to)
<> (not equal to)
< (less than)
<= (less than or equal to)
= (equal to)