{
{   The purpose of this procedure is to remove a member volume from the volume
{ set table of the master.  The master volume set table is assumed open  prior
{ to  this  request.   All  validation (of whether the requestor is allowed to
{ remove a member) must be done outside this request.  This  request  searches
{ the member vsn list in the master volume set table and removes the member if
{ it is found.
{
{       STP$REMOVE_MEMBER_FROM_MASTER (MEMBER_VOL, P_MASTER_VST, STATUS)
{
{ MEMBER_VOL: (input) This parameter specifies the name of the  member  volume
{       that is to be removed.
{
{ P_MASTER_VST:  (input)  This parameter specifies a pointer to the volume set
{       table (device file) for the master volume.  This is assumed valid.
{
{ STATUS: (output) This parameter returns the request status.
{
{       CONDITIONS: ste$member_not_in_master
{
{       IDENTIFIER: stc$set_management_id
{
