what is snowflake schema? : Sas-di
No Answer is Posted For this Question
Be the First to Post Answer
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set?
What do you understand by the term Normal Distribution?
What are the default statistics that proc means produce?
how to generate means for every subject;
Explain what Proc glm does?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
Hot to suppress characters from a given string?
i have a dataset with 100000 records. i want 100 records from that dataset and create a dataset.we need to pick the observations random order like 100obs,500obs,1020obs,1890obs,2565obs like that i need 100 obs in random order? how can we create this one?
/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;
What are the joins,types of joins and thier functions?
how do u validate sas program
What is the use of %include statement?