What is difference between rename and lable in sas?
Answer Posted / srinivas,korasavada
Rename specifies new names for variables in output SAS data
sets and you can give 8 charecters only.
Label specifies new description upto 256 charecters and it
will appear in dataset not in output.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
Name some categories in sas 9? : sas-grid-administration
What are the data types in sas?
Can you execute macro within another macro? : sas-macro
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?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
Which date function advances a date, time or datetime value by a given interval?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
what are the categories that sas informats are used to the place the data? : Sas-administrator
Give e an example of..
How can you create a macro variable with in data step? : sas-macro
What is the difference between order and group variable in proc report?
what are sas bi dashboard components? : Sas-bi
Explain by-group processing?
What is by-group processing?