home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pdp10 / tops-10 / change.hlp < prev    next >
Text File  |  1995-04-05  |  4KB  |  100 lines

  1. Commands:
  2.  
  3. DATA            Specifiy the name of the data file to be used as in
  4.                 a normal command string "DATA=DEV:FILE.EXT[P,PN]".
  5. MAKE            Call TABLE.SAV to create the conversion tables.
  6. EXIT            Terminate the program.
  7. HELP            This little message.
  8. BYE             Call LOGOUT into core and execute it.
  9. RETAIN          Allows the user to accumulate commands.
  10. RUN             Perform the current command string.
  11. ERASE           Erase retained commands.
  12. PRINT           Print the current command string.
  13.  
  14. Switches:
  15.  
  16. Buffers:x       Use x buffers.
  17. Advance:x       Advance x files before operation.
  18. Backspace:x     Backspace the tape x files before operation.
  19. Block:x         Set blocking factor to x.
  20. Record:x        Set record size or size of largest block to x.
  21. Density:arg     Set mag-tape density to arg [arg=200,556,800].
  22. Retain          Retain the following commands.
  23. Run             Perform the current command and retain it.
  24. Help            These few hints.
  25. Label:arg       Set label type as described below for mag-tape
  26. ode:arg        Set file character set as described below.
  27. Parity:arg      Set mag-tape parity [odd=odd, even=even, default=odd].
  28. Password:arg    Set the password for GE labels.
  29. Reel:x          Set serial number in labels that have this feature.
  30. * Industry      Initialize for industry compatible 9-channel tape.
  31. * Scan          Scan tape for file named.
  32. * Error         Don't ignore checksum and parity errors.
  33. * Span          Records cross blocks [implied if "/block:0"].
  34. * Rewind:arg    Rewind tapes [arg=before, after, always, omitt]
  35. * Unload        Unload tape after operation.
  36. * Tell          Type file names on a wild card search.
  37. * List          List the device directory.
  38. * Flist         List the device directory [file names only].
  39. * Header        Print headers on the line printer.
  40. * Crlf          Ascii file has crlf's.
  41.  
  42. Note:   To turn a switch off concatenate "no" with the switch.
  43.         Switches flaged with an (*) have this feature.
  44.  
  45. /Label - switch modifiers:
  46.  
  47. None            Mag-tape has no labels just data [default].
  48. Mine            Special labels for DECsystem-10.
  49. Digital         Process labels as standard DIGITAL labels.
  50. Burroughs       Process labels as standard BURROUGHS labels.
  51. IBM             Process labels as standard IBM labels.
  52. GE635           Process labels as standard GE-635 labels.
  53.  
  54. Note:   Labels are written in the mode specified except for IBM
  55.         and GE-635 labels. IBM labels are written in BCD for
  56.         7-track drives and EBCDIC for 9-track drives. GE-635
  57.         labels are always written in GE-BCD.
  58.  
  59. /Mode - switch modifiers:
  60.  
  61. ASCII           File character set is 7-bit ASCII.
  62. HPASCII         File character set is 8-bit ASCII.
  63. GEASCII         File character set is 9-bit ASCII.
  64. IMAGE           File is read and written as 36-bit words.
  65. SIXBIT          File character set is SIXBIT.
  66. FIXSIX          File character set is SIXBIT with no control words.
  67. BCL             File character set is BCL.
  68. BCD             File character set is BCD.
  69. GEBCD           File character set is GE-BCD.
  70. HONBCD          File character set is HONEYWELL BCD.
  71. EBCDIC          File character set is fixed EBCDIC.
  72. VEBCDIC         File character set is variable EBCDIC.
  73.  
  74. The end of the input record is determined by the mode of the
  75. input file as described below:
  76.  
  77. ASCII   Terminated by a carriage-return character or record count.
  78. SIXBIT  Determinted by the header word in front of each record.
  79. FIXSIX  Always copies the number of bytes specified by the record size.
  80. BCL     Always copies the number of bytes specified by the record size.
  81. BCD     Always copies the number of bytes specified by the record size.
  82. EBCDIC  [Fixed] Always copies the number of bytes specified by the
  83.         record size.
  84. EBCDIC  [Variable] Determined by the header word in front of each
  85.         record.
  86.  
  87. In general all commands may be abbreviated to any number
  88. of characters that will allow that command to be unique. However
  89. no more then six characters are checked for valdit in any of
  90. the commands.
  91.  
  92. The characterS "?" and "*" may be used to denote a wild card for files
  93. on mag-tape, disk, or dectape. The character "@" denotes a
  94. command file which CHANGE will read for commands.  The "@" must
  95. be at the END of the file name.  If only
  96. an altmode is typed change will enter dialog mode.
  97.  
  98. .KJOB
  99. .
  100.