{
{   This procedure  does  the  actual  removing of a member volume from a set.
{ All validation of the request must have been  done  prior  to  calling  this
{ request.   The  member  is removed from the master volume set table, and the
{ active set table.  The volume set table for the member is destroyed.
{
{       STP$RING2_REMOVE_MEMBER (SET_NAME, MEMBER_VOL, MASTER_VOL, AST_ENTRY,
{         AST_INDEX, REMOVE_MEMBER_STATUS)
{
{ SET_NAME: (input) The name of the set to remove the member from.
{
{ MEMBER_VOL: (input) The member to be removed from the set.
{
{ MASTER_VOL: (input) The master of the set.
{
{ AST_ENTRY: (input) The active set table entry for the set.
{
{ AST_INDEX:  (input) The index into the active set table.  This is assumed to
{       be a valid index.
{
{ STATUS: (output) This parameter returns the request status.
{
{       CONDITIONS: ste$attach_df_error
{                   ste$open_error
{                   ste$wrong_set_given
{                   ste$bad_unique_member
{                   ste$vol_not_in_set
{
{       IDENTIFIER: stc$set_management_id
{
