""
"   This procedure implements the tailor_release_materials command.    "
" The files comprising the standard NOS/VE system, plus he dual-state  "
" option specified plus and optional products specified, are extracted "
" from a master backup file generated by assemble_release_materials    "
" and written to a (magnetic tape) backup file.                        "
""
"       rap$tailor_release_materials(                                  "
"         backup_file bf : file = $required                            "
"         partner_system ps : key nos nos_be = $required               "
"         optional_product optional_products op : list of name or ..   "
"           key none = none                                            "
"         external_vsn evsn : list of string 1..6 = $required          "
"         type t : key mt9$800 mt9$1600 mt9$6250 mt18$38000 = mt9$1600 "
"         status)                                                      "
""
" backup_file bf : (input) This parameter specifies the master backup  "
"       to be used as input to tailor_release_materials.               "
""
" partner_system ps : (input) This parameter specifies the dual-state  "
"       partner system to be included with the tailored system.        "
""
" optional_product optional_products op : (input) This parameter       "
"       specifies a list of optional products to be included with the  "
"       tailored system.                                               "
""
" external_vsn evsn : (input) This parameter specifies a list of reel  "
"       names for the tapes which are to contain the tailored system.  "
""
" type t : (input) This parameter specifies the type of magnetic tape  "
"       to which the talored system is written.                        "
""
" status : (output) This parameter is the command return status.       "
""

