{
{   This procedure  conditionally  removes a set from the active set table and
{ makes the entry unused.  This routine validates that there are no jobs using
{ the  set,  and  that  there  are no volumes active (master or member) on the
{ set.  No check of the pf root is performed.
{
{       STP$DEALLOCATE_AST_ENTRY (AST_INDEX, STATUS)
{
{ AST_INDEX: (input) This parameter specifies the index into  the  active  set
{       table  for  the  entry  that  is to be removed.  This index is assumed
{       valid.
{
{ STATUS: (output) This parameter returns the request status.
{       If  there are still volumes active, normal status is returned, but the
{       active set table entry is not removed.
{
{       CONDITIONS: ste$jobs_on_set
{
{       IDENTIFIER: stc$set_management_id
{
