""
"   This procedure implements the generate_product_tape command. This  "
" command extracts the files comprising a single product from a master "
" backup file produced by assemble_release_materials and produces a    "
" (magnetic tape) backup file.                                         "
""
"       rap$generate_product_tape(                                     "
"         backup_file bf : file = $required                            "
"         product p : name = $required                                 "
"         external_vsn evsn : list of string 1..6 = $required          "
"         type t : key mt9$800 mt9$1600 mt9$6250 mt18$38000 = mt9$1600 "
"         status)             This parameter specifies a list of reel  "
"       names upon which the extracted product is to be written.       "
""backup_file bf : (input) This parameter specifies the master backup  "
" type t : (input) This parameter specifies the type of magnetic tape  "
"       which is to be created.                                        "
""product p : (input) This parameter specifies the name of the product "
"       to be extracted.                                               "
""
" external_vsn evsn : (input) This parameter specifies a list of reel  "
"       names for the magnetic tape file which is to contain the       "
"       extracted product.                                             "
""
" type t : (input) This parameter specifies the type of magnetic tape  "
"       file to be produced.                                           "
""
" status : (output) This parameter is the command return status.       "
""

