home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / tapeutils / tuiroshlp.txt < prev    next >
Text File  |  1988-08-15  |  2KB  |  52 lines

  1.         Columbia University Center for Computer Activities
  2.  
  3.                          OSTAPE
  4.  
  5.              Written by Eric M Bitterman on 10/31/84
  6.  
  7.  This program will read thru an OS formatted tape and copy the
  8.  files on it to a CMS disk, based on the name in the HDR rec.
  9.  
  10.  To copy this program from tape to a CMS disk, issue the following
  11.  commands:
  12.       TAPE REW
  13.       TAPE FSF
  14.       FILEDEF  INMOVE TAP1 (RECFM VB LRECL 13000 BLOCK 13000)
  15.       FILEDEF OUTMOVE DISK OSTAPE ASSEMBLE A (RECFM V LRECL 100)
  16.       MOVEFILE
  17.       COPYFILE OSTAPE ASSEMBLE A (RECFM F LRECL 80)
  18.  
  19.  To generate this program just enter the following CMS commands:
  20.       ASSEMBLE OSTAPE
  21.       LOAD OSTAPE
  22.       GENMOD OSTAPE
  23.       NUCXLOAD OSTAPE
  24.  
  25.  To install the files, the installation tape must be attached
  26.  as 181 and then just enter:  OSTAPE and away it goes.
  27.  
  28.  The format of this command is:
  29.       OSTAPE    COPYALL              ( a b d y z )
  30.                 DUMP fn ft fm        ( a b d y )
  31.                 DVOL1                ( d e )
  32.                 GENEXEC fn ft fm     ( a b d )
  33.                 LOAD fn ft fm        ( b c d )
  34.                 MODESET              ( d )
  35.                 SCAN fn ft           ( b c d )
  36.                 tapcmd nn            ( d )
  37.                 WVOL1 volser owner   ( d e )
  38.  
  39.  tapcmd    = BSR BSF ERG FSR FSF REW RUN WTM
  40.  nn        = number of times this function is to be issued
  41.  fn/ft/fm  = CMS filename, type and mode
  42.  
  43.  Options
  44.  -------
  45.  a        WTM | NOWTM  BLKSIZE  {4096 | 800}
  46.  b        PRINT | NOPRINT  TERM  DISK
  47.  c        EOT  EOF nn
  48.  d        TAPn  DEN  density  cuu
  49.  e        REWIND  LEAVE
  50.  y        APPEND
  51.  z        INPUT  cuu  OUTPUT  cuu
  52.