| Thread | Last Post | Replies |
|
| puzzling SAS I/O question | 01 Feb 2010 22:37 GMT | 11 |
I have a 12 GB (SAS compressed) SAS file that I need to process and add some computed variables to it. The resulting file is 15 GB (SAS compressed, 40 million) records). For a variety of reasons, I had to re-run the process. Both times the job finished in approximately 1/2 ...
|
| Facility-Level Correlations | 01 Feb 2010 17:13 GMT | 1 |
I need to generate some facility-level correlations between var1 & var2. Note, I do NOT want patient-level correlations (this has already been done). I'm not sure how to do facility-level correlations in SAS. Any help would be appreciated (preferably in non-macro form!). Is it just ...
|
| Problem running bat file | 01 Feb 2010 17:12 GMT | 6 |
Hello Group, I've a problem while running a .bat file I got the bunch of errors. When it open SAS it gives some warning and error
|
| URGENT: Help me in transpose | 01 Feb 2010 16:15 GMT | 1 |
I have been trying it for past few days. still didnt get the complete solution. Pleas help me..... Thanks in Advance.
|
| How to change size of new Sgplot output | 01 Feb 2010 16:00 GMT | 1 |
How does one change the physical size and height/width ratio of charts made in the new SAS graphics such as Proc Sgplot? Also the pixel density and/or quality of the image? I have figured out how to fiddle with templates to get different font
|
| Simple sum in proc sql | 01 Feb 2010 15:44 GMT | 7 |
data t; input t $2. x y ; A 20 30 B 30 20
|
| How to display indent and blank line break in pdf/rtf output? | 01 Feb 2010 15:15 GMT | 3 |
I am trying to create a pdf/rtf output from the SAS output. However, the in= dent that displays in SAS output is not working in pdf/rtf file. Also, the = blank line that is used to split between different groups can't display in = pdf/rtf either.
|
| Re: Is there a system macro var that indicates if running batch | 01 Feb 2010 15:14 GMT | 4 |
There is. I don't recall off the top of my head, but there is an automatic macro variable that is set when you are in batch. Either google about for it (or maybe look on the sascommunity.org site), or put the macro variables to the log in both sessions and look at the difference. ...
|
| How to rerun a failed datastep | 01 Feb 2010 13:59 GMT | 4 |
I have a piece of sas code which contains 30ish extremely simple datasteps which just extract from an SQL database into a data table: eg data SASTable.Customer;
|
| how to avoid repeats of title and footnote | 01 Feb 2010 11:06 GMT | 1 |
Dear friends plz help me in following code once i execute following code, it converts image of admit table but title and footnote repeats twice;
|
| Is there a system macro var that indicates if running batch or | 01 Feb 2010 06:07 GMT | 6 |
I've got some code that normally runs in batch at night, but occasionally I run it in interactive PC SAS. Problem is I have a proc printto to redirect the log for batch processing that I have to comment out when I run it interactively.
|
| replicate PROC AUTOREG using PROC REG | 01 Feb 2010 02:45 GMT | 1 |
I wonder if it is possible to replicate a PROC AUTOREG model by running multiple linear regressions (such as Proc Reg). The reason for doing this is that I need to manipulate data manually (such as weight/ reweight observations, adjust for outliers and create different
|
| Vote Now! SAS T-Shirt Contest | 01 Feb 2010 00:17 GMT | 4 |
http://www.sascommunity.org/wiki/SAS_TShirt_Contest The page doesn't state the last day you can vote but, as the winner is to be announced on February 8th, 2010, I'd say that February 8th would be too late.
|