Description :
The SAS statistics package.
|
|
|
Response to why do we need a drop down to perl or R in SAS
|
| |
Hi Sas_Lers, I was asked in a previous post about why a drop down to perl or R in the datastep would be useful. For a cleaner version of this message see: [link] /* T004900 CREATING A BINARY EXCEL SHEET FROM SAS WITHOUT SAS ACCESS TO PCFILES Below is an example where a create an excel sheet without SAS-... plus »
|
|
How to replace certain characters in a variable with '_'
|
| |
Hi all, I have dataset like following: data temp; length name $50.; input name &; cards; lotrel(5/40 & 10/40) lisinopril/HCTZ vivell3-Dot Sinemet CR ; I want the output as follows: lotrel_5_40_&_10_40 lisinopril_HCTZ vivell3_Dot Sinemet_CR 1) In the output if variable is made up of 2 or more words, I have to... plus »
|
|
Hurry Up, Free Check Of $327 With Your Name.
|
| |
Hurry Up, Free Check Of $327 With Your Name. Quickly open below website and click any one of the Red Color Text in the website and enter your payeename and address where to get your check. The secret website link is [link]
|
|
Can I nominate someone(s) for a SPORTY this year?
|
| |
Mike, The SAS Institute Programming Omnibus Resource of the Year (SPORTY) award is for the SAS Institute staff person who has helped SAS-L participants the most with technical support. This award is an opportunity for members of SAS-L to formally recognize outstanding work of SAS Institute staff in this role.... plus »
|
|
data manipulation proc transpose
|
| |
Dear all, I am currently stuck on this problem, i have a table that looks like below age race nmode freq_cnt perc_tot 13-19 black m 1 1 13-19 black n 3 3 13-19 black w 2 2 55+ black m 1 1 13-19 hisp m 8 8 13-19 hisp n 9 9 13-19 hisp w 7 7 55+ hisp m 7 1 13-19 other m 11 11 13-19 other n 12 12 13-19 other w 10 10... plus »
|
|
Character to Numeric variable conversion
|
| |
Dear Community: I have this dataset with character variables I want to convert to numeric. The data points are all numeric but for some reason they are being read as character. So I tried converting them by using charvar*1 or Charvar +0. Proc contents told me they have been converted(into numeric) but when I run... plus »
|
|
Saving values in a format in text form
|
| |
Aha! I should have known there was an infinitely easier way to do this. I had noticed those options in some papers I'd downloaded, but didn't put two and two together. Thank you. Svend ...of ...new ...creating ...time ...this ...cumpercent; ...for ...write ...it ...*/
|
|
Automatic Email using SAS
|
| |
Hi All, I need to send emails with the log file attached to few users using SAS unix from production server. This essentially means tat , we need to change the emailhost options as the smtp information is not the default one. After half a day's research i realised tat emailhost options can be changed only in the SAS configuration file... plus »
|
|
Unique Foreign Key Integrity Constraint?
|
| |
Is it possible to set a foreign key integrity constraint as unique? The FK I'm using appears to be a one-to-many relationship when I'd rather it be a one-to-one. Is there a way to mimic a one-to-one PK to FK constrained relationship in SAS? Thoughts?
|
|
|