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 use of proc contents and proc print in sas? : Sas-administrator


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SAS Interview Questions

Do you prefer Proc Report or Proc Tabulate? Why?

9 Answers   Oracle,


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.

0 Answers  


Tell e how how dealt with..

0 Answers  


What are the new features included in the new version of SAS Programming Language?

0 Answers  


What is program data vector (pdv) and what are its functions?

0 Answers  


What is maximum storage capability of SAS?

0 Answers  


where will go the observations that were deleted by delete statement?

2 Answers  


What is SAS Information Map Studio and its purpose ?

2 Answers   SAS, TCS,


what kind of variables are collected in AE dataset?

3 Answers   Accenture, Quintiles, SAS,


how does sas handle missing values in an update? : Sas programming

1 Answers  


What are SAS/ACCESS and SAS/CONNECT?

0 Answers  


Can we create datasets by proc step ? (Proc contents, Means)?

2 Answers  


Categories