The FMS/LIBRARY/CREATE command creates a new library from a collection of form specifications. The default input file type is FRM, and the default output file type is FLB. Example: FMS/LIBRARY/CREATE NEWLIB LIB1/FORM_NAME=FORM1,FORM2,LIB2.FLB A form library NEWLIB.FLB is created from the form FORM1 found in the existing library LIB1, the individual form file FORM2, and the entire contents of LIB2. If forms names are duplicated, the first form named is included in the library.
1 – Qualifiers
1.1 /FORM_NAME
library_spec/FORM_NAME=(form_name,...) Extract from the input library those forms specified after the /FORM_NAME qualifier. The qualifier applies only to the immediately preceding form library. If the /FORM_NAME qualifier is omitted, the entire library is used. To name more than one form, enclose the list in parentheses.
1.2 /LOG
/LOG /NOLOG (D) Produces a log on the device SYS$OUTPUT showing the forms input to the new library - especially useful if an entire existing library is input. The /NOLOG qualifier disables logging.