home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / bit / listserv / sasl / 5143 < prev    next >
Encoding:
Text File  |  1992-11-23  |  2.8 KB  |  64 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!MHS.UNC.EDU!KHARDY.IRSS
  3. X-Delivery-Notice:  SMTP MAIL FROM does not correspond to sender.
  4. Message-ID: <9211231612.AA10372@hermes.oit.unc.edu>
  5. Newsgroups: bit.listserv.sas-l
  6. Date:         Mon, 23 Nov 1992 10:36:00 LCL
  7. Reply-To:     KEN <KHARDY.IRSS@MHS.UNC.EDU>
  8. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  9. From:         KEN <KHARDY.IRSS@MHS.UNC.EDU>
  10. Subject:      SAS 6.08 - TCP/IP Conflict
  11. Comments: To: - <sas-l@vtvm2.bitnet>
  12. Comments: cc: - <greg_madden@unc.edu>
  13. Lines: 49
  14.  
  15. Subject: SAS 6.08 for Windows conflict with Clarkson TELNET/FTP software
  16.  
  17.  
  18. Recently loaded up SAS 6.08 Developers Version for Windows. Most things
  19. seemed to work smoothly with one exception. Kept getting error message
  20. "Library USER does not exist." when attempting to save or use SAS files
  21. with one level names. Seemed like an awfully fundamental error to be a
  22. "bug".
  23.  
  24. After RTFMing some of the preliminary documentation, the source of this
  25. problem was revealed. Page 85 of _The SAS System under the Windows
  26. Operating Sytem Preliminary Documentation_ notes that because SAS 6.08
  27. for Windows uses a default LIBNAME of USER and LIBNAMEs may be allocated
  28. with DOS environment variables and many versions of TCP/IP software also
  29. use a DOS environment variable called USER which references a user ID and
  30. not a disk subdirectory, SAS 6.08 for Windows will issue the above error
  31. message. (Was that sentence run on enough?) Anyway the fix is to put the
  32. following in your CONFIG.SAS file:  -initstmt 'libname user clear'.  This
  33. clears the USER libref associated with the DOS environment variable and
  34. makes SAS a happier camper.
  35. So what we have here is not a "bug" but a documented "feature" of SAS for
  36. Windows.
  37.  
  38. I pass this along to all the current and future SAS PC for Windows users
  39. who access the INET with the Clarkson TELNET/FTP software hoping it'll
  40. save them the time it took me to figure this little oddity out.
  41.  
  42. Other than this problem, my very preliminary benchmarks indicate that
  43. after it comes up, SAS for Windows in the foreground with no background
  44. tasks going on runs many DATA and PROC steps in roughly 50 to 60 percent
  45. of the time taken by SAS 6.04. (This is on a Gateway 486/33C with 8 Megs
  46. of memory.) Is this the impression other Beta testers are getting?
  47.  
  48. +-------------------------------------------------------------------------
  49. +
  50. | Kenneth A. Hardy                      |    KHARDY.IRSS@MHS.UNC.EDU
  51. |
  52. | Assoc. Dir. for Information Systems   |               or
  53. |
  54. | Inst. for Research in Social Science  |    KENHARDY@UNCVM1.BITNET
  55. |
  56. | University of North Carolina          |
  57. |
  58. | Manning Hall CB#3355                  |    Voice: 919-966-4791
  59. |
  60. | Chapel Hill, N.C.  27599-3355         |    FAX:   919-962-IRSS
  61. |
  62. +-------------------------------------------------------------------------
  63. +
  64.