How to create a permanent sas data set?
No Answer is Posted For this Question
Be the First to Post Answer
how can u extract,transform and loading?
how do you validate tables abd reports?
2 Answers Accenture, Quintiles,
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
i have a data set with 20 observations i want label from 8 to 15 observations ? how you create this one.
Have you been involved in editing the data or writing data queries?
1 Answers BioServe, Oracle, Sasken,
explain what is data set in sas? : Sas-administrator
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
What are the limitations for memory allocation for SAS variables
How would you include common or reuse to be processed along with your statements?
Mention some common errors that are usually committed in sas programming.
what is the difference between x=substr(name,1,2); and substr(name,1,2)='x';
What are the different versions of sas that you have used until now? : sas-grid-administration