what is the difference between %put and symbolgen?
Answer Posted / rajaanku11
%put is used to display user defined messages on log window
after execution of a prog where as
%symbolgen is used to print the value of a macro variable
resolved, on log window
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What would be the value of month at the end of data step execution and how many observations would be there?
Explain by-group processing?
How would you determine the number of missing or nonmissing values in computations?
how does sas handle missing values in formats? : Sas programming
what can you learn from the sas log when debugging? : Sas programming
how many types of prompts are there? : Sas-bi
Describe 5 ways to do a “table lookup” in SAS?
what is the use of sas management console? : Sas-di
What are symget and symput? : sas-macro
Of all your work, where have you been the most successful?
What do you know about sas and what we do? : sas-grid-administration
Differentiate input and infile.
Explain the purpose of substr functions in sas programming.
How to create an external dataset with sas code?
Explain the difference between informat and format with an example.