{
{    The purpose of this request is to initialize a mass storage volume
{  for subsequent use by NOSVE.  The initialization consists of the
{  creation of a volume label and the creation of volume tables used in
{  creating and accessing files on the volume.
{
{           DMP$INITIALIZE_MS_VOLUME(ACCESS_CODE,OWNER_ID,UNIT_TYPE,
{                                    P_PHYSICAL_ATTRIBUTES,
{                                    P_LOGICAL_ATTRIBUTES,
{                                    P_VOLUME_LABEL_ATTRIBUTES,
{                                    LOGICAL_UNIT_SPECIFICATION,
{                                    ALLOWED_TO_OVERWRITE_VOLUME,
{                                    STATUS)
{
{  ACCESS_CODE:(input)  This parameter specifies the access code required
{                       to initialize the volume.
{
{  OWNER_ID:(input)  This parameter specifies the volume owner id
{                    required in order to initialize the volume.
{
{  UNIT_TYPE:(input)  This parameter identifies the unit type.
{
{
{  P_PHYSICAL_ATTRIBUTES:(input)  This parameter specifies the physical
{                                 characteristics of the volume.
{
{  P_LOGICAL_ATTRIBUTES:(input)  This parameter specifies the logical
{                                characteristics to be associated with
{                                the volume.
{
{  P_VOLUME_LABLE_ATTRIBUTES:(input)  This parameter specifies the label
{                                    attributes that will be recorded in
{                                    the volume label.
{
{  LOGICAL_UNIT_NUMBER;(input)  This parameter specifies the
{                                      logical unit number of the volume
{                                      to be initialized.
{
{  ALLOWED_TO_OVERWRITE_VOLUME:(input)  This parameter specifies whether the
{                                       volume label can be overwritten if
{                                       any error occurs when validating an
{                                       existing label.
{
{  RETAIN_DEVICE_FLAWS:(input)  This parameter specifies whether or not to attempt to read
{                               the DAT from the device prior to initializing it in order to
{                               apply previously encountered flaws to the device's new DAT.
{                               This parameter also is involved in making the decision on
{                               whether or not to soft-sector an 895 device.
{
{  STATUS:(output)  This parameter returns the request status.
{
