[mod.computers.vax] LIB$QUAL_FILE

info-vax@ucbvax.UUCP (01/12/86)

I recently started to write a program to queue files for transfer
over our LAN, and thought that it would be nice to allow the same 
qualifiers as PRINT or SUBMIT :- /CONFIRM /BEFORE /SINCE ...
I took a look at the fiches and found they used a couple of routines
LIB$QUAL_FILE_PARSE - parses the qualifiers and values and stores the values
LIB$QUAL_FILE_MATCH - returns yes/no/quit handles wildcards and user prompt

Unfortunately I couldnt find these in the library manual, looking at the
fiche further shows that they are in a library called:
SYSBLDLIB in SYS$LIBRARY which we don't have. If DEC is listening - why
isnt this library provided ? Has anbody written their own version ?