First  |  Prev |  Next  |  Last
Pages: 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
SAS - Convert YYYYMMDD to Julian7 format
Hi, Can you help anyone for converting YYYYMMDD to JULIAN7 format SAS code? Example: 20100408 to 2010098... Thanks ... 24 Apr 2010 02:45
Output text justification appears to be random
Hello, I just upgraded to SAS 9.2, and am experiencing some strange printing behavior with programs and screens set up in 9.1. Occasionally, text that was normally printed on the far right of the output window would be cut off and printed on the line below it. This also basically applies double spacing to the ... 23 Apr 2010 17:38
Help on Creating single observation from multiple observations
On Apr 22, 7:23 am, Sri <subhadra...(a)gmail.com> wrote: On Apr 22, 5:03 am, Patrick <patrick.mat...(a)gmx.ch> wrote: I believe this is what you're after. data test;  input case $ claim $;  cards; 1000 0238755656 1000 5464313565 1000 8536139709 1001 1111222233 ... 23 Apr 2010 21:00
Please help, Do loop
Hello, I am stuck in the looping.. I have 3 cutoffs, cutoff ... 23 Apr 2010 17:38
How to read SAS datasets in a zip file
Dear All, My data sources are in compressed files (windows zip). is there a way of reading datasets inside the zip file without extracting using windows. I have seperate folder structures inside the zip file too (as in different datasets are under different folders organised). If unable to access zip file with... 24 Apr 2010 06:06
Proc Report Line@
On Apr 22, 4:15 am, RolandRB <rolandbe...(a)hotmail.com> wrote: On Apr 22, 7:02 am, Raghu <vamshi.redd...(a)gmail.com> wrote: Hi All, I wanted to draw a line in the proc report                                          ' 30 -'s '; curretly i was using line(a)20'----------------------... 23 Apr 2010 17:38
macro parameter withing the variable while using into or call symput
The CALL SYMPUT is not working because you are using single quote characters instead of double quote characters to quote the name of the macro variable you want to create. So the macro parameter IDNO is not being expanded. Thus you are trying to tell CALL SYMPUT to create a macro variable with an ampersand characte... 23 Apr 2010 17:38
How to automatically clear log and output window
Hi, I often get the message that "somehting is full", File?Save?Cancel?Clear? How do I suppress message so the full log windows(or output) is automatically cleared when they are full? --- news://freenews.netfront.net/ - complaints: news(a)netfront.net --- ... 23 Apr 2010 21:00
How to test median
Hi, Is there any way in proc report that I can test if a median is significantly different from zero? --- news://freenews.netfront.net/ - complaints: news(a)netfront.net --- ... 20 Apr 2010 22:59
stopping at first event: simple but need help
Hi all, I have the following longitudinal data: ID event 1 0 1 0 1 0 1 1 1 0 1 0 1 0 How can I assign observations as missing after the event hits 1. This is how I want the data to look: ID event 1 0 1 0 1 0 1 1... 20 Apr 2010 15:59
First  |  Prev |  Next  |  Last
Pages: 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65