what are the sites did u refer for enquiries and doubts for
SAS
Answers were Sorted based on User's Feedback
Answer / solasa
Lexjansen
SAS SUGi
PAUL DICKMAN.COM
ulca
sasBLGO SPOT
sas.COM
learningworld-baithi.blogspot.com/
| Is This Answer Correct ? | 2 Yes | 0 No |
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
if x=round(26.3,10)-1 then x= how much and how explain?
What are the data types in sas?
How to Rename Library?
i have a null dataset with 20 variables. i want to upload the variables which contain name like a or k or anything in another dataset.how can we create the dataset?
what are scrubing procedures in SAS?
what is operational data and operational system? : Sas-di
What is the difference between match merge and one to one merge?
What is the use of %include statement?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
Explain the main difference between the sas procedures and functions? : Sas-administrator
Please write codes to merge two datasets and keep every record in the first dataset.