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 / sixprt.hlp < prev    next >
Text File  |  1995-04-05  |  3KB  |  138 lines

  1. SIXPRT  -  SIXBIT TO ASCII CONVERSION PROGRAM  VER.1.0.1  6/27/72
  2.  
  3.  
  4. SIXPRT ALLOWS FOR :
  5.        
  6.  
  7.        -DUMPS OF SIXBIT FILES IN  ASCII
  8.  
  9.        -NORMAL  SIXBIT TO ASCII  CONVERSION
  10.        
  11.  
  12.        -MERGING AND CONCATENATION OF  SIXBIT FILES
  13.         INTO SINGLE  ASCII FILE
  14.  
  15.        -INTERACTIVE TRANSLATION OF  SIXBIT  FILES
  16.         (INDIVIDUAL RECORD  WINDOWS WITIN RECORDS
  17.         READING FILES BACKWARDS)
  18.  
  19.  
  20.        -TRANSLATION OF MULTIPLE SINGLE REEL VARIABLE
  21.         BUFFER OR FIXED BUFFER MAGTAPES
  22.  
  23.  
  24.  
  25.  
  26.  
  27. File selection:
  28. ---- ---------
  29.  
  30. OUTPUT/S=INPUT/S (+ OR ,) INPUT/S (+ OR ,) ... (+ OR ,) INPUT/S
  31.  
  32. Where files seperated by , are processed in parallel
  33.       files seperated by + are processed in sequence
  34.  
  35. OUTPUT or INPUT is in DEV:NAME.EXT[P,PN] format
  36.  
  37. Switches:
  38.  
  39. Universal switches:
  40.  
  41.         /H - Type this text
  42.         /N - Turn off HEADERS
  43.         /O - Turn on HEADERS
  44.         /I - Interactive record translation
  45.  
  46. Input file switches: (# represents a decimal number)
  47.  
  48.         /#L      - Label record of # words
  49.         /L       - Single record label
  50.         /#B      - Buffers of # words (MTA only)
  51.         /V       - Variable length buffers (MTA only)
  52.         /#M=MAP  - MAP  with  blocks  of  #  words  (512  is
  53.                    default).   Map specification is optional
  54.                    (a TMP  file  will  be  generated).   Map
  55.                    device should be a disk.
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. Interactive record selection:
  66. ----------- ------ ---------
  67.  
  68.  
  69.  
  70. SIXPRT types [NEXT/START.FINISH/START.FINISH/.../STATUS]:
  71.  
  72.  
  73. Where   NEXT is the next record to be processed
  74.         START.FINISH are character positions for windows
  75.         STATUS is /N if HEADERS are off
  76.  
  77.  
  78.  
  79. Respond with:
  80.  
  81. FIRST,LAST,INCREMENT/START.FINISH/.../STATUS
  82.  
  83. Where   FIRST is the first record to be processed
  84.         LAST is the last record to be processed
  85.         INCREMENT indicates how many records to skip
  86.         START.FINISH are window character positions
  87.         STATUS may be /N to turn off HEADERS
  88.                       /O to turn on HEADERS
  89.  
  90.  
  91.  
  92. /H to type this text
  93.  
  94.  
  95. /E  TO EXIT TO COMMAND LEVEL
  96.  
  97.  
  98.  
  99.  
  100.  
  101. If FIRST and LAST are entered as  signed  numbers  they  are
  102. considered as offsets on NEXT as typed by SIXPRT
  103.  
  104. If INCREMENT is negative the file will be read BACKWARDS
  105.  
  106. To  clear  current   window   specification   type   a   new
  107. specification  or  /N  or /O (note: incorrect specifications
  108. will be retained)
  109.  
  110.  
  111.  
  112.  
  113. A word about MAPS
  114. - ---- ----- ---
  115.  
  116. SIXPRT permits the user to examine a file under control of a
  117. previously  created MAP.  Therefore all TMP files created by
  118. SIXPRT should  be  deleted  or  renamed  since  SIXPRT  will
  119. attempt to position the next file with a /M with the default
  120. MAP.  However, SIXPRT will type a warning if the file  name,
  121. file  extension and creation date of a file being read under
  122. the default map do not match those of  the  file  orignially
  123. mapped.
  124.  
  125.  
  126.  
  127.  
  128.  
  129. REMARK FOR COMPILATION:
  130.  
  131.   COMP SIXPRT.MAC + C.MAC
  132.  
  133.  
  134.  
  135.  
  136. .KJOB
  137. .
  138.