{
{   The purpose of this request is to create a new set.  The master volume
{ must be the first disk volume on the set, and will belong to the set
{ until a STP$PURGE_SET is issued.  This request will cause the master volume
{ to be activated, if not already so.  The master volume must be initialized
{ using the INITIALIZE_VOLUME request, prior to this function.
{ This request can only be issued by the system administrator or the owner
{ of the master volume.
{
{        STP$CREATE_SET (REQUESTED_SET, REQUESTED_MASTER_VOL,
{          REQUESTED_SET_OWNER, ACCESS_STATUS, ROOT_RECREATED, STATUS)
{
{ REQUESTED_SET: (input) This parameter specifies the name of the new set.
{       The name must be unique among all the sets, who currently have
{       a volume active.
{
{ REQUESTED_MASTER_VOL: (input) This parameter specifies the recorded vsn,
{       of the volume that will be the master volume of the set.  The
{       volume cannot belong to another set.
{
{ REQUESTED_SET_OWNER: (input) This parameter specifies the identification
{       of the user who will be the set owner.  This must be the same
{       identification as the master volume owner.  Both the user and family
{       fields must be specified.
{
{ ACCESS_STATUS: (input) This parameter specifies whether the set creator
{       is initially allowing permanent file access to the set.  If this is
{       STC$DENY_ACCESS then volumes may still be added to or deleted from
{       the set, but no user will be allowed to create permanent files
{       on the set.
{
{ ROOT_RECREATED: (input) This parameter specifies whether the set is being
{       recreated.  This value is saved in the master vst and is used to control
{       the reloading of missing catalogs.
{
{ STATUS: (output) This parameter returns the request status.
{
{        CONDITIONS: ste$set_already_active
{                    ste$attach_df_error
{                    ste$push_failed
{                    ose$mainframe_pageable_full
{                    ste$no_space_vst_heap
{                    ste$dm_avt_index_mismatch
{                    ste$master_not_active
{                    ste$set_not_master_owner
{                    ste$set_not_job_owner
{                    ste$bad_access_status
{                    ste$bad_set_owner
{                    ste$bad_master_vol_desc
{                    ste$bad_set_name
{                       OTHERS
{
{        IDENTIFIER: stc$set_management_id
{
{
{
