
{ The following are NOS/VE system conventions for classifying files}
{ and catalogs.  A particular mass storage device may be associated}
{ with none, one, or more than one of these classes.}

?? FMT (FORMAT := OFF) ??
 CONST
    rmc$msc_system_temporary_files  = 'B',
    rmc$msc_system_swap_files       = 'C',
    rmc$msc_system_code_and_literal = 'I',
    rmc$msc_system_catalogs         = 'J',
    rmc$msc_system_permanent_files  = 'K',
    rmc$msc_user_catalogs           = 'L',
    rmc$msc_user_permanent_files    = 'M',
    rmc$msc_user_temporary_files    = 'N',
    rmc$msc_product_files           = 'P',
    rmc$msc_system_critical_files   = 'Q';
?? FMT (FORMAT := ON) ??

