{
{   The purpose  of  this  request  is  to  store the device management packet
{ storage into the member volume list of the master volume set table.  On this
{ request  the  master  must  have been opened prior to this call.  The member
{ volume list will be searched for the requested member volume, and  an  error
{ returned if not found.
{
{       STP$STORE_MEMBER_DM_PACKET (P_MASTER_VST, INACTIVE_MEMBER,
{         DM_PACKET_STORAGE, STATUS)
{
{ P_MASTER_VST: (input) This parameter specifies the  pointer  to  the  master
{       volume set table.
{
{ INACTIVE_MEMBER:  (input)  This  parameter  specifies the name of the member
{       volume for which  the  device  management  packet  storage  is  to  be
{       stored.
{
{ DM_PACKET_STORAGE:  (input)  This parameter specifies the packet storage for
{       the member volume.  Recall that the packet storage  indicates  whether
{       the  device  management packet is being stored and if TRUE, the packet
{       is included.  Thus this parameter  can  be  used  both  to  store  and
{       initialize a packet storage field.
{
{ STATUS: (output) This parameter returns the request status.
{
{       CONDITIONS: ste$vol_not_found
{
{       IDENTIFIER: stc$set_management_id
{
