Do you know the features of sas?
No Answer is Posted For this Question
Be the First to Post Answer
How would you create multiple observations from a single observation?
Describe the ways in which you can create macro variables?
i have a dataset with var1,var2,var3; i want to upload the titles for the variables . How can we?
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..
What are the five ways to do a table lookup in sas? : sas-grid-administration
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
what is broad cast agent? : Sas-bi
Can you excute a macro within a macro? Describe.
Explain why double trailing @@ is used in input statement?
You need to create an In List that it is to be later used in a Where Clause that includes all the Regions that begin with the letter A from the sashelp.shoes table. Using PROC SQL with an into clause create the following string from the sashelp.shoes table using the variable region “AFRICA”,”ASIA”,…..
How do you read in the variables that you need?
1 new york 7,262,700 2 los angeles 3,259,340 3 philadelphia 1,642,900 how to read the above data using input statement consider the above data is in txt format externally u have to use infile and input statement.