What is difference between rename and lable in sas?
Answer Posted / vishal
Rename will overwrite the values in data portion and lable
displays in descriptor portion just for printing
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
what is sas metadata server? : Sas-di
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
What is the use of the %include statement?
what other sas products have you used and consider yourself proficient in using? : Sas programming
What is run-group processing?
How do you add a number to a macro variable? : sas-macro
Approximately what date is represented by the SAS date value of 730?
Which command is used to save logs in the external file?
What is the basic syntax style in SAS?
Difference between nodup and nodupkey options?
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
How can you limit the variables written to output dataset in data step?
Differentiate between format and informat? : sas-grid-administration
What are common programming errors committed in sas
What are the automatic variables for macro? : sas-macro