What is difference between sas rename and lable?
Answers were Sorted based on User's Feedback
Answer / anuj kashyap
SAS rename is used for variable renaming while lables is
used to define/alter the lables of the vaiables
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / n katepalli
variable name may be 32 characters but usually in the
industry its 8 char i.e we have lable's to rename it upto 40
char.Lable is alias name i.e the description of the variable.
sas rename is used for renaming the variables.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kumar
rename occupies memory, where as label dosnt occupy space
| Is This Answer Correct ? | 0 Yes | 0 No |
Differentiate between ceil and floor functions.
What is the purpose of using the N=PS option?
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables.
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
We have a string like this "kannafromsalembut" ,from this i want to get only "fromsal" (but one condition with out using substring function)here we can not use scan because in the given string there is no delimeter? so give ans without out using substring ?
What is the purpose of the trailing @? The @@? How would you use them?
it will become easy if uuu provide website linkssss and list of consultanciessssss
why is a stop statement needed for the point=option on a set statement? : Sas programming
describe about metadata object? : Sas-di
how can you put a "trace" in your program? : Sas programming
What is substr function?
Are the preferred term counts are always equal to Body system counts? If so, Why are they equal if not why they are not equal?