Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!watmath!clyde!cbosgd!ucbvax!info-vax From: info-vax@ucbvax.UUCP Newsgroups: mod.computers.vax Subject: LIB$QUAL_FILE Message-ID: <8601131114.AA21444@mcvax.UUCP> Date: Sun, 12-Jan-86 14:07:31 EST Article-I.D.: mcvax.8601131114.AA21444 Posted: Sun Jan 12 14:07:31 1986 Date-Received: Wed, 15-Jan-86 00:54:57 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 11 Approved: info-vax@sri-kl.arpa 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 ?