home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / bit / listserv / statl / 1178 next >
Encoding:
Text File  |  1992-07-21  |  2.3 KB  |  44 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!ERS.BITNET!ATKINSON
  3. Message-ID: <CMM.0.90.2.711664084.wgreene@option.stern.nyu.edu>
  4. Newsgroups: bit.listserv.stat-l
  5. Date:         Tue, 21 Jul 1992 07:15:54 EDT
  6. Sender:       "STATISTICAL CONSULTING" <STAT-L@MCGILL1.BITNET>
  7. Comments:     Resent-From: Linda Atkinson <ATKINSON@ERS>
  8. Comments:     Originally-From: William Greene <wgreene@option.stern.nyu.edu>
  9. From:         "Linda Atkinson" <ATKINSON@ERS.BITNET>
  10. Subject:      LIMDEP
  11. Lines: 31
  12.  
  13. I was asked by the vendor of LIMDEP to send this out for the benefit
  14. of those who are having difficulty installing the new mainframe version.
  15.  
  16. +----------------------------------------------------------------------+
  17. | Linda Atkinson, Statistician     | BITNET:  ATKINSON@ERS             |
  18. | U.S. Department of Agriculture   | Tel:     (202) 219-0505           |
  19. | Economic Research Service        | FAX:     (202) 219-1292           |
  20. | Washington, D.C.                 |          (ATTN: RM 240)           |
  21. +----------------------------------------------------------------------+
  22.  
  23. ----------------------------Original message----------------------------
  24. Linda:  (Listen carefully and see if you can pick up my frustration.)
  25.     The problem you are having with LIMDEP, as are several other
  26. IBM system users, is due to a quirk in IBM's Fortran.  I won't call it
  27. a bug, but it is unique to IBM.  The problem is this:  I am trying to
  28. read your data as a string of characters, so that LIMDEP can interpret
  29. it and free you from having to provide a format -- i.e., an unformatted
  30. read.  Since I do not know how many characters there are on a line, or
  31. even if there will be the same number of characters on each line, I
  32. try to read 255 characters.  If the line contains less than 255 characters,
  33. here is what happens:
  34.     IBM mainframes:  Program crashes, as you saw
  35.     All other types of mainframes, and all PCs:  Program reads as
  36.         many characters are as present, and fills remainder
  37.         with blanks.
  38. I suppose I will have to program around this.  If I am successful, I will
  39. let you know.
  40.     Perhaps you could send the previous paragraph out on your network.
  41. (I do not access it.)  In any event, it does not have to do with being
  42. unfamiliar with IBM systems.  I know more about them than I wish to  right
  43. now.
  44.