{
{   The purpose of this request is to write a form definition to a file.  An
{ application dynamically defining a form would then call the Object Code
{ Utility to save the form on a object code library.  The form may not be
{ complete and may contain errors.
{
{       FDP$WRITE_FORM_DEFINITION (FORM_IDENTIFIER, P_FORM_MODULE, STATUS)
{
{ FORM_IDENTIFIER: (input)  This parameter specifies the form identifier for
{       the instance of the form.
{
{ P_FORM_MODULE: (output)  This parameter specifies a pointer to a sequence to
{       hold the form module.
{
{ STATUS: (output) This parameter specifies the name of the variable to set
{       to indicate the status of the request.
{
{       condition identifiers: fde$bad_data_value
{                              fde$invalid_form_identifier
{                              fde$no_space_available
{
