VMS Help SCA, SAVE, QUERY, Example *Conan The Librarian (sorry for the slow response - running on an old VAX) |
$ SCA SCA> FIND/DESC=XYZ X* SCA> FIND/NAME=ABC @1 OR Y* SCA> SAVE QUERY/PREFIX=X_/QUALIFIERS="/NODISPLAY" Following the above file QUERY.COM will contain: find/name=X_1/desc=XYZ/NODISPLAY X* find/name=X_ABC/NODISPLAY @X_1 OR Y*
|