what is the difference between %put and symbolgen?
Answer Posted / mallikarjuna reddy.vanna
besides all the above answers, we can also say that by using
%put we can get values of specified macro variables, where
as by using symbolgen we can get the values of all the macro
variables with in a program.
%put is a macro language program statement, like %put and
%macro. symbolgen is an option.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
what is broad cast agent? : Sas-bi
Do you need to rearrange the order of the data for the report?
Enlist the functions performed by sas.
What can you learn from the SAS log when debugging?
How is character variable converted into numeric variable and vice versa?
What system options would you use to help debug a macro? : sas-macro
This entry was posted in General. Bookmark the permalink. Post a comment or leave
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
Differences between where and if statement?
What do the SAS log messages "numeric values have been converted to character" mean?
what is the function of catx syntax? : Sas-administrator
why is sas considered self-documenting? : Sas programming
how do you test for missing values? : Sas programming
Explain how you can debug and test your SAS program?
describe about metadata object? : Sas-di