what is the difference between %put and symbolgen?
Answer Posted / d.s
options symbolgen could cause problems sometimes.
%macro m(x);
options symbolgen;
%let x=%eval(&x+1);
&x
%mend;
%put NOTE:***x=%m(1)***;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
How do you specify the number of iterations and specific condition within a single do loop?
How many ways to overcome a missing values???
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
How would you identify a macro variable? : sas-macro
What is the purpose of _character_ and _numeric_?
Mention the validation tools used in SAS?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
What are the different versions of sas that you have used until now? : sas-grid-administration
How do you add a number to a macro variable? : sas-macro
What function CATX syntax does?
Which function is used to count the number of intervals between two sas dates?
what is the difference between floor and ceil functions in sas? : Sas-administrator
What is the use of function Proc summary?
What is the sas data set? : sas-grid-administration