{
{    Create a new data record.
{
{       AVP$CREATE_DATA_RECORD (KEY, DESCRIPTION_RECORD_NAME, FIELD_VALUE_LIST
{             FILE_INFORMATION, STATUS)
{
{ KEY: (input) Key for the record being created.
{
{ DESCRIPTION_RECORD_NAME: (input) Name of the field description record that
{       contains the field definitions for the data record.
{
{ FIELD_VALUE_LIST: (input) Pointer to the field value list for the record
{       being created.  Values for fields that are to be defaulted do not need
{       to be specified.  A NIL value for this parameter implies that all of
{       the fields for this record are defaulted.
{
{ FILE_INFORMATION: (input, output) Record being used by the template file
{       manager to hold information about the template file.
{
{ STATUS: (output) Variable in which the completion status is returned.
{       CONDITIONS:
{             ave$conflicting_lock
{             ave$record_already_exists
{             ave$record_too_large
{             ave$unknown_description_record
{             ave$unknown_field
{             ave$template_file_full
{
