VMS Help FMS, /DESCRIPTION, /DECLARATIONS *Conan The Librarian |
Outputs a data structure declaration template for the forms specified. These declarations are used by applications to provide a convenient data interface with the FMS Form Driver. Forms with irregular use of indexed fields or with scrolled areas are not directly supported. The default input file type is FRM. The default output goes to a file with the same name as the input file with the file type TXT. Example: FMS/DESCRIPTION/DECLARATIONS LIBNAME.FLB/OUTPUT=FILENAME In this example a series of data declarations are produced for each of the forms in the form library LIBNAME.FLB. The output is directed to the file FILENAME.TXT. The file must be edited into the proper format for use by COBOL or DATATRIEVE.
Additional Information (explode) :
|