04-11-2023
ursula
Pyrite | Level 9
Member since
10-20-2012
- 117 Posts
- 53 Likes Given
- 3 Solutions
- 9 Likes Received
-
Latest posts by ursula
Subject Views Posted 1535 04-10-2023 04:17 PM 1786 09-17-2022 03:31 PM 1796 09-17-2022 02:44 PM 1806 09-17-2022 02:22 PM 1894 09-17-2022 12:43 AM 827 07-31-2021 10:17 PM 911 07-30-2021 06:33 PM 1272 12-26-2019 01:08 PM 1273 12-26-2019 01:07 PM 1389 12-20-2019 07:11 PM -
Activity Feed for ursula
- Got a Like for Re: problem export to csv file. 03-18-2024 04:20 PM
- Got a Like for problem export to csv file. 03-18-2024 04:19 PM
- Liked Re: Exponential code for s_lassen. 04-11-2023 05:33 PM
- Liked Re: Exponential code for ballardw. 04-10-2023 06:46 PM
- Liked Re: Exponential code for Reeza. 04-10-2023 06:46 PM
- Posted Exponential code on SAS Programming. 04-10-2023 04:17 PM
- Posted Re: Equation in SAS on SAS Programming. 09-17-2022 03:31 PM
- Liked Re: Equation in SAS for Kurt_Bremser. 09-17-2022 03:31 PM
- Posted Re: Equation in SAS on SAS Programming. 09-17-2022 02:44 PM
- Liked Re: Equation in SAS for FreelanceReinh. 09-17-2022 02:44 PM
- Posted Re: Equation in SAS on SAS Programming. 09-17-2022 02:22 PM
- Posted Equation in SAS on SAS Programming. 09-17-2022 12:43 AM
- Liked Re: output file in pdf format with title for ChrisNZ. 07-31-2021 10:18 PM
- Posted Re: output file in pdf format with title on SAS Programming. 07-31-2021 10:17 PM
- Posted output file in pdf format with title on SAS Programming. 07-30-2021 06:33 PM
- Posted Re: Format catalog on SAS Programming. 12-26-2019 01:08 PM
- Posted Re: Format catalog on SAS Programming. 12-26-2019 01:07 PM
- Liked Re: Format catalog for SASKiwi. 12-26-2019 01:05 PM
- Liked Re: Format catalog for ballardw. 12-26-2019 01:05 PM
- Posted Format catalog on SAS Programming. 12-20-2019 07:11 PM
-
Posts I Liked
Subject Likes Author Latest Post 2 1 1 2 3 -
My Liked Posts
Subject Likes Posted 1 07-25-2019 12:55 PM 1 07-23-2019 02:40 PM 1 01-12-2016 03:36 PM 3 11-26-2014 01:33 PM 3 08-26-2015 04:27 PM
11-26-2014
01:16 PM
Hi, I have question of how to code in SAS for the minimum values (amount) up to the index year for each ID. see below for the example: ID year amount Minimum amount Expected value 11 2001 100 Min(100) --- year 2001 100 11 2002 25 Min(100,25) -- year 2001 & 2002 25 11 2003 10 Min(100,25,10) -- year 2001, 2002, 2003 10 11 2004 200 Min(100,25,10,200) 10 22 2002 50 Min(50) 50 22 2006 25 Min(50,25) 25 22 2007 200 Min(50,25,200) 25 22 2008 300 Min(50,25,200,300) 25 How to code it in data statement in order to get the Expected value. Thank you very much in advance.
... View more
10-23-2013
04:15 PM
Hi there, does anyone know how to replace the solid line with a dash line or dot dot dot ... see attach file. anyhelp will be appreciate. thank you.
... View more
09-18-2013
04:31 PM
Hi there, I wonder if somebody can help me to figure it out of how to code the group percentage in Gchart. I have 3 groups in one Gchart. for example: first group is US (female , male) second group is AU (female, male) Thirth group is Hawaii (female, male) I want to code the female and male percentage for US, AU and Hawaii individually, so each group has the total percent of 100% - percent female and male in US. for example: 60% female and 40% male. - how many percent female and male in AU. for example 25% female and 75% male - how many percent female and male in Hawaii. for example 50% female and % male when I created a Gchart for the 3 group, I got the total 100% for the 3 groups (for example: US (female=10% male=20%), AU(female=20% male=30%) Hawaii(female=10% male=10%)),this is not what I expected. Please help me to solve the problem. Thank you,
... View more
05-07-2013
03:15 PM
Hi , I tried to count the IQR and median from a database as following: ID measurement 01 12.5 02 10 03 9.7 04 14.5 How to count the IQR and median of the measurement in SAS? Any help will be appreciate. Thank you in advance.
... View more
03-28-2013
05:08 PM
HI there, I tried to do grouping observations as follow: The table I have is: customer_id product_ID 101 1a 101 2b 101 3a 102 2a 102 4b 103 1a the out put I want is: customer_id product_id 101 1a, 2b, 3a 102 2a, 4b 103 1a Any help will be very appreciate. thank you in advance
... View more
03-28-2013
04:57 PM
My understanding is you have export file by using ODS Tagset. exelxp. after you got the .xml file, click on excel program, and open the .xml file, then SAVE it as excel file. this way, you have convert the .xml file into normal excel file. Hope it helps!
... View more
02-04-2013
05:01 PM
yes, this is an alternative way to do. The problem is, I have so many variables in my dataset. btw, thank for the response.
... View more
02-04-2013
04:42 PM
thanks, yes, I have noticed it too. it will not stay even I have click the save botton. I just exported it to excel and rearrange the column and then imported back to the sas datasets. Hope in the future we are able to do it directly from viewtable window.
... View more
02-04-2013
04:06 PM
Is it a way to arange the column (variable) of the dataset by drag and drop from 'viewtable' window? thanks
... View more
02-01-2013
06:42 PM
thank you very much. do you mind to explain to me what is the "output out=temp(drop=_:) mean= mean" means? thank you.
... View more
02-01-2013
05:01 PM
Another problem is, when I got the Elapsed_time fixed, but, when I run it in proc means, it came back as a long number again instead of like 0:35. Do you know how to fix it? thanks,
... View more
02-01-2013
01:32 PM
I tried to do a math of the Elapstime, for example: Time_pickup =15:00 and Time_received=15:36, so the Elapstime will be Time_received - Time_pickup. the result is not showing the time value, like 0:36 instead 2160. does any one know what is the 'Time Format' is? thank you.
... View more
- « Previous
- Next »