|
VMS Help FMS, Parameters *Conan The Librarian |
FMS parameters are either standard VMS file specifications or form
specifications. Form specifications consist of the file
specification for a valid FMS form library followed by the
/FORM_NAME qualifier and a list of form names. If more than one
name is provided they must be enclosed in parentheses and separated
by commas. Forms may also be specified as form files with the
default file type FRM.
Examples:
FMS/DESCRIPTION MYLIBRARY.FLB/FORM_NAME=(FIRST,SECOND,THIRD)
FMS/LIBRARY/CREATE NEWLIB.FLB FORM1.FRM,FORMLIB.FLB-
/FORM_NAME=(FORM2,FORM3)
|
|