Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference Using & and && in the macro variables

Answer Posted / subbu

%let a=sai;
%let b=kumar;


%let c=&a.&b;

%put &c;

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is sas application server? : Sas-di

1133


How do you control the number of observations and/or variables read or written?

1297


for whom is sas data integration studio designed? : Sas-di

1059


how could you generate test data with no input data? : Sas programming

1235


Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?

2304


Mention some common errors that are usually committed in sas programming.

1102


how does sas handle missing values in functions? : Sas programming

1279


What is the purpose of trailing @ and @@? How do you use them?

1082


How to create list output for cross-tabulations in proc freq?

1149


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.

2244


what is the difference between unique key and primary key? : Sas-di

1176


How necessary is it to be creative in your work?

2524


What areas of SAS are you most interested in?

1578


What Proc glm does?

1136


what is intially documentation in sas?

5124