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


Please Help Members By Posting Answers For Below Questions

What is the function of output statement in a SAS Program?

600


What are types of transport files?

6811


What system options would you use to help debug a macro? : sas-macro

622


Difference between informat and format?

631


What do the SAS log messages "numeric values have been converted to character" mean?

873






Mention what is SAS data set?

662


What is maximum storage capability of SAS?

897


How we can create SAS USER DEFINED CODE?

1604


What are the best sas programming practices for handling very large datasets? : sas-grid-administration

556


what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?

1673


what is factor analysis? : Sas-administrator

598


How do you specify the number of iterations and specific condition within a single do loop?

611


Describe the function and untility of the most difficult SAS macro that you have written.

1548


What is connection profile? : sas-grid-administration

639


what is hash files in sas and why we are using this one in sas?

1716