{
{   The purpose of this request is to create a table of variables.  The
{ variables that are members of the table may have more than 1 occurrence.
{
{       FDP$CREATE_TABLE (FORM_IDENTIFIER, TABLE_NAME, TABLE_ATTRIBUTES,
{         STATUS)
{
{ FORM_IDENTIFIER: (input)  This parameter specifies the form identifier for
{       the instance of the form.
{
{ TABLE_NAME: (input)  This parameter specifies the name of the table.
{
{ TABLE_ATTRIBUTES:  (input/output) This parameter specifies the attributes of
{       the table.
{
{ 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$cannot_change_form
{                               fde$invalid_form_identifier
{                               fde$invalid_occurrence
{                               fde$invalid_table_attribute
{                               fde$invalid_table_name
{                               fde$invalid_variable_name
{                               fde$no_space_available
{                               fde$table_name_exists
{                               fde$system_error
{                               fde$unknown_table_name
{                               fde$unknown_variable_name
{                               fde$variable_name_exists
{
