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 |
What is the use of divide function?
How many data types are there in SAS?
. Which date advances a date, time or date/time value by a given interval?
Code the MEANS to produce output to be used later.
What is the role of unrestrictive users? : sas-grid-administration
Describe what are the different levels of administrative users in sas? : sas-grid-administration
how can u create zero observation dataset?
What are the applications primarily used by business analyst? : Sas-bi
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
What are all the problems you faced while validating tables and reports?
0 Answers Accenture, Quintiles,
What type of tables you are using in YOUR reporting..???
2 Answers GSK GlaxoSmithKline,
i have a dataset with 100000 records. i want 100 records from that dataset and create a dataset.we need to pick the observations random order like 100obs,500obs,1020obs,1890obs,2565obs like that i need 100 obs in random order? how can we create this one?