LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (November 2011, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 3 Nov 2011 17:26:15 -0400
Reply-To:     Venky Chakravarthy <sasyellvenky@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Venky Chakravarthy <sasyellvenky@GMAIL.COM>
Subject:      Re: SAS is recognizing dataasets on one computer and not another
Comments: To: "Simon, Lorna" <Lorna.Simon@umassmed.edu>
In-Reply-To:  <84BE33959E9E2547AFDC0A429271B9BE34F3A0F936@UMMSCSMAIL03.ad.umassmed.edu>
Content-Type: text/plain; charset=ISO-8859-1

Is it possible that your admin has like named datasets but of mixed engines (especially something from the old days, say V6) whereas all of yours are the newer ones with V7+ engines? Still that wouldn't explain how your admin is able to see all the datasets in the SAS Explorer (assuming you are referring to the Explorer window within a DM session).

Does Halloween arrive late at UMASS :-)? Anyway your admin could try:

libname test v6 "c:\spookystuff" ; libname test2 "c:\spookystuff" ; libname nospook (test test2) ;

Then she could try reading the datasets with the NOSPOOK libref and see if that solves the problem.

Venky Chakravarthy

On Wed, Nov 2, 2011 at 11:26 AM, Simon, Lorna <Lorna.Simon@umassmed.edu> wrote: > We encountered a weird problem today. When my research assistant ran a program on her computer, SAS was giving her the error that certain datasets don't exist. Yet when she looks at the datasets in the library in SAS explorer, the datasets are there. And when I ran the program on my computer, SAS recognized the datasets without error. Does anyone have any idea what could cause this? > > Lorna J. Simon, MA > Data Analyst > Center for Mental Health Services Research > Department of Psychiatry > University of Massachusetts Medical School > 55 Lake Avenue North > Worcester, MA 01655 > > Phone: 508-856-8720 > Fax: 508-856-8700 > E-mail: Lorna.Simon@umassmed.edu >


Back to: Top of message | Previous page | Main SAS-L page