home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mskermit / msbpct.txt < prev    next >
Text File  |  2020-01-01  |  2KB  |  45 lines

  1. 27-Nov-87 13:01:34-EST,2187;000000000001
  2. Return-Path: <FDCCU@CUVMA.BITNET>
  3. Received: from CUVMA.COLUMBIA.EDU by CU20B.COLUMBIA.EDU with TCP; Fri 27 Nov 87 13:01:32-EST
  4. Received: from CUVMA.COLUMBIA.EDU(MAILER) by CUVMA.COLUMBIA.EDU(SMTP) ; Fri, 27 Nov 87 13:00:28 EST
  5. Received: by CUVMA (Mailer X1.25) id 9710; Fri, 27 Nov 87 13:00:20 EST
  6. Date: 11/27 12:17:13
  7. From: FDCCU@CUVMA
  8. Subject: RECK NOTE - PUN file from RSCS
  9. Tag: FILE (8546) ORIGIN DBNUAMA1 RECK     11/27/87  7:17:40 E.S.T.
  10. To: SY.FDC@CU20B
  11. Reply-To: RECK%DBNUAMA1.BITNET@CUVMA.COLUMBIA.EDU
  12.  
  13. Date: 27 November 1987, 18:00:36 SET
  14. From: Gisbert W.Selke           +49 228 225888       RECK     at DBNUAMA1
  15. To:   FDCCU at CUVMA
  16. cc:   ZRWA001 at DTUZDV1
  17. Re:   MSBPCT.PAS with error checking
  18.  
  19. As I promised some time ago, here's a beefed-up version of MSBPCT.PAS. The
  20. data handling is exactly as in the current version at CUVMA, as written by
  21. Helmut Waelder; hence, it's very speedy.
  22. In addition, it allows the user to override the original file name that
  23. comes with the BOO file, and it performs a rudimentary check if the format
  24. of the name in the boo file is ok. But what is more important: data integrity
  25. checks are performed on the BOO file. Blanks are always discarded (even in the
  26. middle of a line), and lines that are longer than permissible are flagged to
  27. the user. (This costs nearly no execution time.) In addition, the user may
  28. specify command line option '/c' to enable more rigorous checking: each
  29. character outside the permissible range (depending on where in a chunk we are)
  30. is flagged to the user. Execution, however, takes considerably longer in this
  31. case, as you might expect it to do.
  32. Anyway, this might be useful to users connected through EBCDIC hosts in order
  33. to track down what exactly is going wrong. (I wish I'd had that some time
  34. ago...)
  35.  
  36. I sent you the .PAS source, a BOO file (watch out for conversion errors -
  37. I'm at an EBCDIC site :-)), and a HEX file produced by the public domain
  38. utility HC.COM (checksum included at end of file). Apart from the checksum,
  39. every vanilla de-hexer should be able to process that file. - Pick your
  40. choice as to which files to install at CUVMA, if at all.
  41.  
  42.  
  43. \Gisbert
  44.  
  45.