{
{   The purpose of this procedure is to remove all inactive member
{ volumes from the specified set.  The master volume of the set must be
{ active.  Great caution should be taken using this request, since
{ the inactive volumes will not be able to be reinstated into the set
{ without being initialized, thus use of this procedure will cause any
{ files on the volumes to no longer be accessable.  This request is only
{ available to the owner of the set.  A previous call to
{ STP$VERIFY_ALL_VOLUMES_ACTIVE may be made to determine if members are
{ inactive.
{
{   STP$REMOVE_INACTIVE_MEMBERS (SET_NAME, STATUS)
{
{ SET_NAME: (input) This parameter specifies the name of the set for
{     which the members are to be removed.
{
{ STATUS: (output) This parameter returns the request status.
{
{     CONDITIONS:
{        ste$bad_set_name
{        ste$master_not_active
{        ste$set_not_active
{        ste$set_not_job_owner
{
