SAS Data Analysis Questions

1

Merge two datasets in a DO loop
I have two datasets like this: data1 : store sales1 sales2….sales52 1 2 3 . . 10 data2: Store sales1 sales2…..sales52  1 2 3 . . . 100   okay, now what I want is to take the first row of data1 merge it with data2, take the difference of sales between the observation from [...]

Answer Question   |  September 21, 2011  3:44 PM
DO LOOP statement, MERGE statement, SAP Business Intelligence, SAS, SAS Business Intelligence software, SAS Data Analysis
asked by:
5 pts.

ignoring line breaks when inputting data
Suppose we have this text on three spearate lines this is a sentence. this is another sentence. and we want to read it as two records – one for each complete sentence this is a sentence. this is another sentence. How can I do that is SAS?

Answer Question   |  July 4, 2009  12:00 PM
SAS Data Analysis
asked by:
5 pts.

Handling multiple observations with same family id but unique person id in sas
hi I am doing dataanalysis for sas. I have to create multiple do loops as i have smae family id for 3-4 persons but unique personla id and then separate event status for all .how to create a sas program so that it works separately for all the observations with similar id and then go [...]

Answer Question   |  June 12, 2009  7:03 PM
Data analysis, SAS, SAS Data Analysis
asked by:
5 pts.

1