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...

Name statements that are execution only?

Answer Posted / guest

Keep and drop

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how many types of prompts are there? : Sas-bi

1123


What is the good sas programming practices for processing large data sets?

1173


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


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

1130


How to test the debugging in sas?

1239


What are the automatic variables for macro? : sas-macro

1320


What can you learn from the SAS log when debugging?

1432


what is business intelligence? : Sas-bi

1104


how will you locate the sas platform applications? : Sas-bi

1081


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

1193


Name and describe few sas character functions that are used for data cleaning in brief.

1179


Mention sas system options to debug sas macros.

1235


where to use sas business intelligence? : Sas-bi

1157


What would be the value of month at the end of data step execution and how many observations would be there?

1224


how can you create zero observation dataset? : Sas programming

1200