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
For what purposes have you used sas macros? : sas-macro
where to use sas business intelligence? : Sas-bi
What is the basic structure of the SAS base program?
how does sas handle missing values in assignment statements? : Sas programming
what is SAS OPTIMIZATION?
How we can create SAS USER DEFINED CODE?
What do the SAS log messages "numeric values have been converted to character" mean?
describe the interaction table in sas di? : Sas-di
explain the function of substr in sas? : Sas-administrator
What is the use of PROC gplot?
How does proc sql work?
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
What are the default statistics that proc means produce?
describe how to adjust the performance of data integrator? : Sas-di
what is study design in while working with SAS? what are screening variables in SAS?