
{
{   The purpose of this request is to allow the permanent file manager to
{ get the specified sets owner.  A check will be made if the master volume
{ has ever been active.  If it has been, we know the stored set owner is valid.
{ However if the master has never been up in the set, we do not assume the
{ set owner is valid, and an attempt is made to mount the master volume.
{
{       STP$GET_SET_OWNER (REQUIRED_SET, SET_OWNER, STATUS)
{
{ REQUIRED_SET: (input) This parameter specifies the name of the set,
{       for which the owner is desired.  This parameter is assumed capitilized.
{
{ SET_OWNER: (output) This parameter returns the name of the owner of the
{       required set.
{
{ STATUS: (output) This parameter returns the request status.
{
{        CONDITIONS: ste$not_allowing_access
{                    ste$set_not_active
{                    ste$master_not_active
{                    ose$job_pageable_full
{
{        IDENTIFIER: stc$set_management_id
{
