First  |  Prev |  Next  |  Last
Pages: 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
Running SAS on PC, need to delete old compiled macro
Hi. SASLers: I have been running SAS using VMS and batch submit for some time. I am switching to SAS windows interactively. At present when I run the program, I have logs accumulate from last time run. That is not a big deal as long as I clear log window every time. However, when come to Sasmacr "catalog" in wor... 8 Mar 2010 16:24
Check if a Variable is Null or not
for sure you can check a dataset variable, but it is important to know what you REALLY mean with that. Checking a dataset for existance or 0-obs is one thing, but a variable? That might be different for each obs? What means missing? Missing on all obs? Missing on one obs? Or is the question, if a variable exists or... 9 Mar 2010 05:38
Check if a Variable is Null or not
Hello all, I can see and check if a dataset is missing or not using something like this, %let dsid=%sysfunc(open(work.test,in)); %let nobs=%sysfunc(attrn(&dsid,nobs)); %if &dsid > 0 %then %let rc=%sysfunc(close(&dsid)); if there something similar that to check to see if there is a Variable present is Null ... 8 Mar 2010 14:09
calculating variables across repeated ids
On Mon, Mar 8, 2010 at 1:14 PM, Katy Seib <uralva(a)gmail.com> wrote: **Intro First, thanks To Ron for posting the SAS-L wiki this morning- very helpful! I too am relatively new to posting at the listserv but have enjoyed reading for a while. I'm a guest researcher at CDC and a grad student finishing u... 8 Mar 2010 16:24
calculating variables across repeated ids
**Intro First, thanks To Ron for posting the SAS-L wiki this morning- very helpful! I too am relatively new to posting at the listserv but have enjoyed reading for a while. I'm a guest researcher at CDC and a grad student finishing up my thesis which is a longitudinal study - much of which is beyond the scope of... 8 Mar 2010 14:09
Change display manager Log window font size?!
This morning my SAS (9.1) display manager log window is using a huge and difficult to read font. Can anyone please tell me how how to adjust the font size? Thanks in advance. John Uebersax ... 9 Mar 2010 12:19
ACCESS SQL program into SAS code
June: Assuming that the MS Access query works as required in MS Access, I'd start with it. In a quick glance at the program, I see only a couple of syntax differences between the Access SQL and SAS SQL queries: SAS SQL doesn't support bracket syntax for referencing attributes: [loc_crse]![crdt_per_smstr]+[reg_crs... 8 Mar 2010 13:02
How to code my question?
Hi SAS experts, I have one survey dataset. I would like to create a variable to mark each answer options within each survey question. The value for the new created variable will show as "A", "B", "C" and so on. Then, I can transpose the dataset to get the desired data structure. So, can you help me coding this q... 9 Mar 2010 13:29
Mock ups
Hi, I am in SAS learning phase. I need to know, how you guys are making mock ups (Table shells)in clinical trials. Any apecific methods, macros. The topic has not been adequately dealt with elsewhere, Thanks, ... 8 Mar 2010 11:55
Mock ups
perhaps you mean the attribute statement which allocates data structure? http://www.sascommunity.org/wiki/Attribute_statement Ron Fehd the data structure maven CDC Atlanta GA USA RJF2 at cdc dot gov -----Original Message----- From: owner-sas-l(a)listserv.uga.edu [mailto:owner-sas- l(a)listserv.uga.ed... 8 Mar 2010 13:02
First  |  Prev |  Next  |  Last
Pages: 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97