how can u create zero observation dataset?
Answers were Sorted based on User's Feedback
what are different type of sas servers ? On which server does the sas code execute ?
Suppose there is a SAS dataset with following values - Parent Child A B B C D E F G G H H I and so on….. This goes onto 1000s of observations/rows. Now how do we identify from this dataset Grandparents and Grandchildrens ?
5 Answers American Express, Barclays,
Mention few capabilities of sas framework.
What is the difference between the proc sql and data step?
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..
i have a dataset with var1,var2,var3; i want to upload the titles for the variables . How can we?
what is hierarchy flattening? : Sas-di
What areas of SAS are you most interested in?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What are the features of SAS?
How to get top scorer student from a class-table having different sections A,B, C & D? Each section having same number of students.
Hi, I have one dataset like id date ex: id date 1 13 1 13Oct2011 2 14 2 14Oct2011 3 15 3 15Oct2011 --->this is the current date here i want date format like 13Oct2011,14Oct2011 how we can modify the numeric to date format plz answer.