InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between %put And Symbolgen? |
|
Answer» %PUT is USED to DISPLAY user defined messages on log WINDOW after execution of a program where as % SYMBOLGEN is used to print the value of a macro variable resolved, in log window. %PUT is used to display user defined messages on log window after execution of a program where as % SYMBOLGEN is used to print the value of a macro variable resolved, in log window. |
|