The FMS/UPGRADE command converts FMS V1 form files or form libraries
to FMS V2 data structures. Entire libraries or single forms can be
converted. Valid FMS V2 forms are created, but, the names may not be
compatible with the FMS V2 utility functions. Names are not
restricted to compatible Common Data Dictionary format. The default
input file type is FLB and the default output file type is the same
as the input file type.
Example: FMS/UPGRADE/OUTPUT=V2LIBRARY V1LIBRARY
The entire form library V1LIBRARY.FLB is converted
to the Version 2 form library V2LIBRARY.FLB.
1 – Qualifiers
1.1 /LOG
/LOG /NOLOG (D) Produces a log on the device SYS$OUTPUT showing the names of V1 forms converted and placed in the output library. The /NOLOG qualifier disables logging.
1.2 /OUTPUT
/OUTPUT=file_spec (D) /NOOUTPUT The /OUTPUT qualifier allows you to rename a form file or form library. Renaming V1 files and libraries is recommended. If the specification omitted the name is the same as the input file name, with the next higher version number. The /NOOUTPUT qualifier can be used to discard output.