home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR21 / DOCPRC13.ZIP / SAMP-DOC.ZIP / TMSDUP.DOC < prev    next >
Text File  |  1992-11-16  |  11KB  |  144 lines

  1.                                                                                 
  2.                                                                                 
  3.                                                                                 
  4.                                                                                 
  5.                                                                                 
  6.                                                                                 
  7.                                                                                 
  8.                                                                                 
  9.                                                                                 
  10.                                                                                 
  11.                                                                                 
  12.                                                                                 
  13.                                                                                 
  14.                        *************************************                    
  15.                        *                                   *                    
  16.                        *          T M S D U P              *                    
  17.                        *  ON THE MVS/XA OPERATING SYSTEM   *                    
  18.                        *                                   *                    
  19.                        *************************************                    
  20.                                                                                 
  21.                                                                                 
  22.                                                                                 
  23.                                                                                 
  24.                                                                                 
  25.                                                                                 
  26.                                                                                 
  27.                                                                                 
  28.                                                                                 
  29.                                                                                 
  30.                                                                                 
  31.                                                                                 
  32.                                                                                 
  33.                                                                                 
  34.                                                                                 
  35.                                                                                 
  36.                                                                                 
  37.                                                                                 
  38.                                                                                 
  39.                                                                                 
  40.                                                                                 
  41.                                                                                 
  42.                                                                                 
  43.                                                                                 
  44.                                                                                 
  45.                                                                                 
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.                                                         John S. Ward
  53.                                                           03/20/93
  54. EJECT
  55.                                                                                 
  56. EJECT                                                                           
  57.                                                                                 
  58.                                                                                 
  59.                         PROCEDURE FOR DUPLICATING A TMS                         
  60.                TAPE OR CARTRIDGE ON THE MVS/XA OPERATING SYSTEM                 
  61.                                   (TMSDUP)                                      
  62.                                                                                 
  63.                                                                                 
  64.                                  NOTE: tape/cart - is used to designate         
  65.                                                    that a tape or cartridge     
  66.                                                    may be used.                 
  67.                                                                                 
  68.                                                                                 
  69.    STEP1:  Operations should run an OPRTINFO on the Tape Management             
  70.            System (TMS) tape/cart.  This output will be used to find the
  71.            name of the first file on the tape/cart.
  72.                                                                                 
  73.    STEP2:  The User should bring a private blank tape/cart to the               
  74.            Input/Output Window and have Operations initialize the               
  75.            tape/cart to an IBM standard labeled tape/cart.                      
  76.                                                                                 
  77.    STEP3:  The User should logon under his/her own Userid and execute the       
  78.            TMSDUP procedure.  This procedure will make an exact copy of
  79.            any TMS tape or cartridge to another TMS tape or cartridge.
  80.            The procedure will prompt for three pieces of information.  The
  81.            first piece of information will be the name of the TMS tape/cart     
  82.            designated as a six digit number.  The next prompt request the
  83.            Data Set Name (DSN) of the first file found on the TMS               
  84.            tape/cart.  When the you are prompted for the name of the output
  85.            tape/cart, never use a six digit number.  The six digit numbered
  86.            tapes/carts are used for internal control purposes by                
  87.            Operations.  You may use letters mixed with numbers in
  88.            constructing the name of your output tape/cart never use all         
  89.            numbers.  The new tape/cart name will be embedded in the header
  90.            label of the new tape/cart.  The TMSDUP procedure may be invoked
  91.            from any command line.  The following session is a facsimile
  92.            of the information that will be required to duplicate                
  93.            a TMS tape:                                                          
  94.                                                                                 
  95.                                                                                 
  96.                                                                                 
  97.            COMMAND==>TSO TMSDUP                                                 
  98.                                                                                 
  99.                                                                                 
  100.                                TMSDUP PROCEDURE                                 
  101.                                                                                 
  102.                      SOURCE MEDIUM ===> DESTINATION MEDIUM                      
  103.                                                                                 
  104.                                                                                 
  105.                           1) TAPE       ===> TAPE                               
  106.                           2) TAPE       ===> CARTRIDGE                          
  107.                           3) CARTRIDGE  ===> CARTRIDGE                          
  108.                           4) CARTRIDGE  ===> TAPE                               
  109.  
  110.         OPTION >1
  111. EJECT                                                                           
  112.                                                                                 
  113.                                                                                 
  114.                                                                                 
  115.                              TMSDUP PROCEDURE                                   
  116.               COPIES CONTENTS OF TMS TAPE TO A PRIVATE TAPE                     
  117.                                                                                 
  118.                                                                                 
  119.                                 USE:  B - TO GO BACK TO PREVIOUS QUESTION       
  120.                                       X - TO ABORT FROM PROGRAM                 
  121.                                                                                 
  122.                                                                                 
  123.        WHAT IS THE TAPE NUMBER OF THE TMS TAPE?                                 
  124.        000131                                                                   
  125.                                                                                 
  126.        WHAT IS THE NAME OF THE FIRST FILE ON THE TMS TAPE?                      
  127.        userid.first.file.name                                                   
  128.                                                                                 
  129.        WHAT IS THE TAPE NAME OF THE OUTPUT TAPE?                                
  130.        out001                                                                   
  131.                                                                                 
  132.        IKJ567700A ENTER JOBNAME CHARACTER(S) -                                  
  133.        ENTER DESIRED ADDITIONAL OR OVERRIDE PARAMETERS FOR JOB STATEMENT:       
  134.        JOB WAS SUBMITTED NORMALLY                                               
  135.     ***                                                                         
  136.                                                                                 
  137.    STEP4:  Once the tape Job has finished, the results of the run will be       
  138.            printed and placed in your bin.  You should check your bin
  139.            in approximately 1 hour from the time you duplicated your            
  140.            TMS tape.  A return code (RC) of zero indicates that the tape
  141.            was successfully duplicated.  A return code (RC) of any other
  142.            value should be called to the attention of Operations or             
  143.            User Services.                                                       
  144.