Mention how to limit decimal places for the variable using proc means?
No Answer is Posted For this Question
Be the First to Post Answer
What are the features of base sas system?
How to select the observations randomly from a SAS dataset
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
How to convert HTML file into SAS dataset?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What are the uses of sas?
what is data integration? : Sas-di
Describe the ways in which you can create macro variables?
Describe the function and untility of the most difficult SAS macro that you have written.
data jagan1.s; input bp$; cards; 100/90 120/89 112/87 run; in the above code how to convert character data values to numeric data values?
How would you identify a macro variable? : sas-macro
Diff between proc sql merge and join?