What does the RUN statement do?
No Answer is Posted For this Question
Be the First to Post Answer
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
Explain proc univariate?
Identify statements whose placement in the DATA step is critical?
In the flow of DATA step processing, what is the first action in a typical DATA Step?
How is character variable converted into numeric variable and vice versa?
name some data transformation used in sas di? : Sas-di
What do you know about symput and symget?
Name and describe few sas character functions that are used for data cleaning in brief.
AE datasets names? how many types?
How would you generate 1000 observations from a normal distribution with a mean of 50 and standard deviation of 20. How would you use PROC CHART to look at the distribution? Describe the shape of the distribution.
What is the difference between order and group variable in proc report?
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;