This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
=========================================================================
Date: Tue, 18 Feb 2003 23:07:02 +0000
Reply-To: SAS User <sasuser@GUILDENSTERN.DYNDNS.ORG>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: SAS User <sasuser@GUILDENSTERN.DYNDNS.ORG>
Subject: Re: Viewing Non-SAS Data
In-Reply-To: <187de4d4.0302181421.1b6c8967@posting.google.com>
Content-Type: text/plain; charset=us-ascii
on Tue, Feb 18, 2003 at 02:22:00PM -0800, Bob Sutter (bsutter2@EARTHLINK.NET) wrote:
> How do you view the structure and contents of non-sas datasets from
> within SAS?
Define "non-SAS datasets".
For raw text or binary files, a text or binary file viewer works fine.
If you have SAS/FS licensed, 'fslist' will bring up a file viewer with
optional ruler and column counter. Most of the Unix-based editors work
fine (e.g.: vim, emacs). UltraEdit may be useful on MS Windows
systems.
For specific other application binary data formats (e.g.: other DBMS
formats, Excel files, etc.), the source application may be, or provide,
a viewer.
|