{
{   The purpose of this request is to allow the owner of a set, or the owners
{ administrator, to remove a member volume from a set. Following this request
{ the master volume and member volume are updated to indicate that the
{ volume is no longer associated with a storage set.  This request can only
{ be issued if all permanent files on the member volume have been purged,
{ and all temporary files returned.  Both the master volume, and the
{ member volume will be activated, as a result of this request.
{
{       STP$REMOVE_MEMBER_VOL_FROM_SET (SET_NAME, MEMBER_VOL, MASTER_VOL,
{         STATUS)
{
{ SET_NAME: (input) This parameter specifies the name of the set that the
{volume
{       is to be deleted from.
{
{ MEMBER_VOL: (input) This parameter specifies the recorded vsn of the
{       member that is to be removed from the set.
{
{ MASTER_VOL: (input) This parameter specifies the recorded vsn of the
{       master volume of the  set.  This is needed if the master volume
{       is not already active.
{
{ STATUS: (output) This parameter returns the request status.
{
{        CONDITIONS: ste$bad_set_name
{                    ste$bad_master_vol_desc
{                    ste$bad_member_vol_desc
{                    ste$bad_unique_member
{                    ste$wrong_set_given
{                    ste$job_not_member_owner
{                    ste$set_not_member_owner
{                    ste$dm_avt_index_mismatch
{                    ste$master_not_active
{                    ste$wrong_master
{                    ste$files_on_vol
{
{        IDENTIFIER: stc$set_management_id
{
