LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (October 2007, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 24 Oct 2007 02:47:25 -0700
Reply-To:     Patrick <patrick.matter@GMX.CH>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Patrick <patrick.matter@GMX.CH>
Organization: http://groups.google.com
Subject:      Re: Program source for permanent dataset
Comments: To: sas-l@uga.edu
In-Reply-To:  <200710232226.l9NLX4CT015523@mailgw.cc.uga.edu>
Content-Type: text/plain; charset="us-ascii"

Hi Surai You can't. What you can do is: 1. Run proc contents (proc contents data=<your sas dataset>;run;). If you're lucky then the creating program wrote in the dataset label it's name. 2. Get the properties on OS level and look who created or owns the dataset. Might give you a hint where to search or whom to ask for the code. 3. Search possible SAS source code for the name of this dataset. 4. Analyse Logs if available. Hope that helps Patrick


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