home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / bit / listserv / sasl / 5586 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.2 KB  |  30 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!ZODIAC.BITNET!HAMER
  3. X-Envelope-to: sas-l@VTVM1.BITNET
  4. X-VMS-To: BITNET%"sas-l@vtvm1"
  5. Message-ID: <01GTFLGQ5JO29YFTBH@zodiac.rutgers.edu>
  6. Newsgroups: bit.listserv.sas-l
  7. Date:         Tue, 12 Jan 1993 13:28:00 EST
  8. Reply-To:     "Robert M. Hamer 908-932-2696" <HAMER@ZODIAC.BITNET>
  9. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  10. From:         "Robert M. Hamer 908-932-2696" <HAMER@ZODIAC.BITNET>
  11. Subject:      Re: Obtaining file mode in SCL in CMS
  12. Lines: 16
  13.  
  14. >Daryl Hoffman is using SAS/AF version 6.07 on CMS and asks:
  15. >>  Is there an SCL function or command that allows me to retrieve the
  16. >> 'filemode' of a SAS library ?
  17.  
  18. and Andy Norton <76350.1604@COMPUSERVE.COM> replied:
  19.  
  20. >   2)  The SASHELP.VSTABLE SQL view has columns LIBNAME and PATH.  You
  21. >       could read from it using a WHERE clause on LIBNAME.  This works
  22. >       for non-SCL applications.
  23. >       See page 291 of Tech Report P-222 (6.07 Base Enhancements)
  24.  
  25. >   Both of these are standard SAS, not CMS host-specific.
  26.  
  27. Also there are several other views in SASHELP with would have
  28. that information, such as MEMBERS.  Note that SQL refers to
  29. these views as dictionary.tables.
  30.