{
{   The purpose  of  this  procedure  is  to initialize all fields of a member
{ entry for a member  entry  list  for  a  particular  set.   All  fields  are
{ indicated  by the input parameters.  The set must have already been found in
{ the active set table (and is specified by the ast_index parameter)  and  the
{ particular  entry  into  the  member entry list must have been found (and is
{ specified by the mel_index parameter).
{
{       STP$INSERT_MEMBER_INTO_MEL (AST_INDEX, MEL_INDEX, MEMBER_VOL,
{         MEMBER_INTERNAL_VSN, MEMBERS_ACTIVITY, MEMBERS_AVT_INDEX,
{         DM_PACKET_STORAGE)
{
{ AST_INDEX: (input) This parameter specifies the set.
{
{ MEL_INDEX: (input) This parameter specifies the index into the member  entry
{       list for the particular set.  This is assumed to be a valid index.
{
{ MEMBER_VOL: (input)  This parameter specifies the name of the member volume.
{{ MEMBER_INTERNAL_VSN:  (input)  This parameter specifies the internal vsn for
{       the member volume.
{
{ MEMBERS_ACTIVITY: (input) This parameter specifies whether the member volume
{       is active (stc$active) or inactive (stc$inactive).  If stc$active then
{       the MEMBERS_AVT_INDEX should be initialized.
{
{ MEMBERS_AVT_INDEX: (input) This parameter specifies the member volumes index
{       into the device management active volume table.
{
{ DM_PACKET_STORAGE:  (input)  This  parameter specifies the device management
{       storage record for this volume.
{
