First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
need portrait orientation on greplay template
Hi Folks - I've created a few variations on the "v3" greplay template, stacking 5+ charts vertically. Isn't the default a portrait orientation? Mine keep coming out landscape, which makes the axes illegible. What to do? Sample code posted below. Where would an orientation statement go? Do I need to specify... 19 Jul 2010 03:46
boxplot
Hi, I want to create a boxplot without plotting the min and max. I want to keep only the Q1, mean, median and Q3. Can you help me on that? thank you ... 16 Jul 2010 04:28
exponential notaion
I have a field that turns into exponential notaion instead of a character field. Field Name is Rnumber (rnumber_raw) data out1; set have; format Rnumber $7.; Rnumber = put(input(rnumber_raw,12.0),z7.); so in the dataset "have" the Rnumber_raw is numeric with the value of : 26124425 in Out1 it gets conve... 15 Jul 2010 20:55
Appending info to the end of a variable
On Jul 15, 1:09 pm, Carl Kaufmann <cwkaufm...(a)cox.net> wrote: On 2010-07-15 15:38, Reeza wrote: Hi, I have string data like this: A B C D and I want the results to look like this: var   combined A    A B    AB C    ABC D    ABCD ... 15 Jul 2010 17:37
10% off "Power User's Guide to SAS Programming" from Lulu.com until July 31
Spread the word: - Go to http://stores.lulu.com/hollandnumerics - Click "Buy" and enter code "BEACHREAD" at checkout. - You will save 10% off purchases of "Power User's Guide to SAS Programming" by Philip R Holland from Lulu.com! Other purchasing options for SAS books by Philip R Holland can be found at ht... 15 Jul 2010 16:30
Appending info to the end of a variable
Hi, I have string data like this: A B C D and I want the results to look like this: var combined A A B AB C ABC D ABCD I tried a simple retain with cat and || in SAS but it didn't seem to work. ie data want; set have; retain combined; combined=cat(combined, var); run; Any... 15 Jul 2010 16:30
Sustenance Lead - CA - 12 months Contract
(Please note: If you are interested in this position and you have all skills experience which mentioned in requirement, so please update your resume as per the requirement and reply me) Hi, Hope you are doing well, Please find this Requirement of our Direct Client, if it looks interested please reply me ASA... 15 Jul 2010 14:17
problem with reading from a file. one line in a few lines
I have a problem with reading a file in which: end of the line is marked by a sign of the end of the line say " | ". So a line can be saved even in the three lines, after each character " | " line is a rigid format.... if anyone can help me read it. Emil ... 16 Jul 2010 08:48
lag by group
Team, I have gone through other posts on the same subject but not able solve my problem. My requirement is to create lagged variables by group (city). I need to take lags by upto 4 periods. Can you please provide your suggestion? My data looks like below. DATA sur; INPUT city order deal; DATALIN... 17 Jul 2010 14:08
Data Structure Logic
Dear All: This is the dataset i have data have; input pat meds $ stdt spdt; cards; 111 ABC 1 . 111 CDE 130 150 111 NNN 132 140 111 GHI 160 170 111 LMN 165 . 111 OPQ 168 . 222 ABC 1 . 222 CBM 130 140 222 AAA 135 140 222 KHA 1 . ; run; I am trying to count the number... 15 Jul 2010 08:45
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21