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