how to assign a macro value to a variable?

Answer Posted / srinivas,korasavada

and also we can assign like

%let variable=value;
means the value is save in that variable

Is This Answer Correct ?    3 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is PROC in SAS?

602


data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.

1792


What are the parameters of scan function?

612


What are the advantages of using sas?

605


what is intially documentation in sas?

4325






Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks

1793


what is the difference between nodup and nodupkey options? : Sas programming

614


I need level 2 to 5 sas using companies in india

1923


What is the basic structure of a sas program?

594


explain the key concept of sas? : Sas-administrator

554


Give an example where SAS fails to convert character value to numeric value automatically?

605


How to test the debugging in sas?

602


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

1676


What is the use of divide function?

597


how to read the variables in sas? : Sas-administrator

548