First  |  Prev |  Next  |  Last
Pages: 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193
import variable names from delimited files
A.K. Lee wrote: I have a bunch of dollar delimited files for conversion to SAS datasets. I've written a small macro code using Proc import with guessing rows=1000 (needed as some colums have a lot of numerical data with few character values). It works fine, only issue is that occasionaly a couple of ... 24 Jun 2007 20:26
error while importing file in sas
While trying to import an excel file into sas, i get the following error: "Unable to sample external file-no records exist in the first 5 records" hipul ... 19 Jun 2007 09:42
ERROR: Permanent copy of file WORK.ZFMMEM.UTILITY was deleted.
Always search support.sas.com for uncommon error message: http://support.sas.com/techsup/unotes/SN/018/018679.html On Wed, 6 Jun 2007 18:03:22 -1000, Hassan Eini Zinab <hassan.eini(a)GMAIL.COM> wrote: Alohas Folks, Sometimes when I initiate SAS or run some programs there is such an ERROR message in the ... 7 Jun 2007 01:32
PROC REPORT and Pdf
Hi, Clark, Did you mean that you can have the your table in the output window but cant have it in the PDF? please clarify it with more details or maybe a small part of your data. On 5/29/07, Clark, Mike (LRC) <Mike.Clark(a)lrc.ky.gov> wrote: I'm trying to generate a PDF from proc report. The following... 30 May 2007 09:21
Bayesian regression
Kirian check this link http://support.sas.com/rnd/app/da/bayesproc.html Dirk Kiran Kumar S wrote: Hi All, Does any one have done something on Bayesian Regression in this SAS? Thanks & Regards, Kiran Kumar S ************************************************************************... 23 May 2007 03:07
PROC COMPARE
> From: Jeanina Worden When running PROC COMPARE between two datasets I occasionally run into the situation where, when there is a discrepancy, the labels do not print on the output. So, all the information listed for the attribute error looks the same though it is the unprinted label that is the pro... 14 May 2007 13:27
Problem with infile
Hello: I have a code like this: .... filename FILE pipe "zcat &TEMP./FILE.Z"; *construction of the table; data FILE_database; infile FILE lrecl=20000; input %include "&TEMP./FILE.dessign"; ; .... In the log: NOTE: The infile FILE is: P... 8 May 2007 09:08
customizing SAS session WORK.REGSTRY WORK.PROFILE
> From: Bill H. Just switched groups to an X-windows UNIX environment where several SAS programmers share the same username/password to one server so that when I fire up SAS I get the message "all registry and profile changes will be lost". I'm coming from a PC SAS environment. I checked with our syste... 4 May 2007 12:06
old version of proc logistic mystery...
OK, I got handed a piece of code that used to work and doesn't any more. "What did you change?" "Nothing, honest!!" After much, I discover that what "used to work" was: 1) using proc logistic to model an outcome and generate a set of parameter estimates, years ago; 2) every quarter since, feeding proc logistic w... 24 Apr 2007 16:23
Range Proc export
On Mon, 16 Apr 2007 17:20:59 +0200, baudry <baudry(a)ECRU.UCL.AC.BE> wrote: Dear SAS user's, I have a small question about SAS PROC EXPORT. I looked into the archives but didn't find something relevant. I want to export results to an excel spreadsheet: PROC EXPORT DATA= sgm.SMTW ... 19 Apr 2007 10:16
First  |  Prev |  Next  |  Last
Pages: 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193