{
{   The purpose of this request is to write a Source Code Utility (SCU) deck
{ describing the record transferred between a program and Screen Formatting.
{ An application dynamically defining a form would then call SCU to update the
{ source code library.
{
{       FDP$WRITE_RECORD_DEFINITION (FORM_IDENTIFIER, FILE_IDENTIFIER,
{        FORM_PROCESSOR, STATUS)
{
{ FORM_IDENTIFIER: (input)  This parameter specifies the form identifier for
{       the instance of the form.
{
{ FILE_IDENTIFIER: (input)  This parameter specifies the Basic Access Methods
{       file identifier for a file on which the deck should be written.
{
{ FORM_PROCESSOR : (input) This parameter specifies the programming language
{       desired for the record definition.
{
{ 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$form_definition_errors
{                               fde$form_has_no_variables
{                               fde$form_not_ended
{                               fde$invalid_form_identifier
{                               fde$invalid_form_processor
{                               fde$record_defn_not_written
{
