1.

What Is The Main Difference Between Rename And Label?

Answer»

1. LABEL is global and rename is local i.e., label statement can be used EITHER in proc or DATA step where as rename should be used only in data step. 2. If we rename a variable, old name will be LOST but if we label a variable its short name (old name) exists along with its DESCRIPTIVE name.

1. Label is global and rename is local i.e., label statement can be used either in proc or data step where as rename should be used only in data step. 2. If we rename a variable, old name will be lost but if we label a variable its short name (old name) exists along with its descriptive name.



Discussion

No Comment Found