FUP Overview
File Utility Program (FUP) Reference Manual—523323-014
1-18
Qualified File Sets
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)
> (greater than)
>= (greater than or equal to)
<> (not equal to).
Note. Keywords for qualified file sets must be specified completely. Abbreviations are
not permitted. For example, use KEYSEQUENCED (not K), ENTRYSEQUENCED
(not E), RELATIVE (not R), UNSTRUCTURED (not U), and FILECODE (not CODE).