The FMS/LIBRARY/EXTRACT command extracts the specified form from a
form library. Use the /FORM_NAME qualifier to specify the form to be
extracted. The form file will have the same name as the form unless
the /OUTPUT qualifier is used to change the name. Default file types
are FLB for the library and FRM for the output form. Only one form
can be extracted at a time.
Example:
FMS/LIBRARY/EXTRACT LIBNAME/FORM_NAME=AFORM/OUTPUT=THATFORM
The form AFORM is extracted from the form library
LIBNAME.FLB and placed in the form file THATFORM.FRM.
Additional Information:
explode
extract