form-name Is the name of the VAX TDMS or DEC FMS form to be used with the domain. file-name Is the file specification of the form library file containing the form. File-name can be a VAX TDMS request library file or an DEC FMS forms library. The default file type for VAX TDMS request library files is .RLB; the default file type for DEC FMS form libraries is .FLB. A complete file specification has the following format: node-spec::device:[directory]file-name.type;version statement-1 Is a DEC DATATRIEVE statement or a series of statements within a BEGIN-END block. Statement-1 can include one or more PUT_FORM assignment statements for assigning values to fields on a form. The PUT_FORM statement has the following format: PUT_FORM form-field = value-expression form-field Is the name of a field in a form. value-expression Is any DEC DATATRIEVE value expression. statement-2 Is a DEC DATATRIEVE statement or a series of statements within a BEGIN-END block. Statement-2 can include GET_FORM value expressions for assigning values on a form to DEC DATATRIEVE fields or variables. The GET_FORM value expression has the following format: GET_FORM form-field form-field Is the name of a field in a form.