{
{   The purpose  of  this  procedure  is to initially fill all the fields in a
{ master volume set table at time of set creation.  The volume set table  must
{ have  already  been  created  and opened, and all input parameters must have
{ been established and validated prior to the call  to  this  procedure.   All
{ fields are initialized and the member vsn list initialized.
{
{       STP$FILL_MASTER_VST (P_MASTER_VST, MASTER_VSN, MASTER_INTERNAL_VSN,
{         SET_NAME, UNIQUE_SET, SET_OWNER, DM_PACKET_STORAGE, ROOT_RECREATED, STATUS)
{
{ P_MASTER_VST: (input) This  parameter  specifies  a  pointer  to  the  newly
{       created volume set table.
{
{ MASTER_VSN: (input) The name of the master.
{
{ MASTER_INTERNAL_VSN: (input) The unique name of the master.
{
{ SET_NAME: (input) The set name.
{
{ UNIQUE_SET_NAME: (input) The unique set name for the set.
{
{ SET_OWNER: (input) The name (family, user) of the owner of the set.
{
{ DM_PACKET_STORAGE:  (input)  The  device  management  packet storage for the
{        volume.  Included in this record is  whether  the  device  management
{        packet has ever been stored.
{
{ 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$no_space_vst_heap (SYSTEM ERROR)
{
{       IDENTIFIER: stc$set_management_id
{
