{
{   The purpose of this request is to store a members device management packet
{ in the member vsn list of the master volume set table.  The device file  for
{ the  master volume set table is attached and opened, and the member vsn list
{ is searched for the member volume.   If  the  member  is  found  the  device
{ management  packet  storage  is stored.  The master volume set table is then
{ closed and returned.  This routine is called when a  member  volume  becomes
{ inactive.
{
{       STP$STORE_DM_PACKET_IN_MASTER (MASTER_VSN, INACTIVE_MEMBER,
{         NEW_DM_PACKET_STORAGE, STATUS)
{
{ MASTER_VSN: (input) This parameter specifies the name of the  master  volume
{       for  the  set  that  the member (whose packet is being stored) belongs
{       to.
{
{ INACTIVE_MEMBER: (input) This parameter specifies the  name  of  the  member
{       volume whose packet storage is to be updated.
{
{ NEW_DM_PACKET_STORAGE:  (input)  This parameter specifies the packet storage
{       record.  Included in this record  is  an  indication  of  whether  the
{       device  management  packet  has  been  stored, and IF TRUE, the actual
{       device management packet.
{
{ STATUS: (output) This parameter returns the request status.
{
{       CONDITIONS: ste$vol_not_found
{                   ste$vol_not_in_set
{                   ste$open_error
{                   ste$attach_df_error
{                   ste$attach_df_error
{
{       IDENTIFIER: stc$set_management_id
{
