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


How can a SAS WEB REPORT STUDIO USER identify which report
tabs they have been permitted without entering the SAS WEB
REPORT STUDIO

Answers were Sorted based on User's Feedback



How can a SAS WEB REPORT STUDIO USER identify which report tabs they have been permitted without e..

Answer / ak

we can see our access permissions in sas management console,

Is This Answer Correct ?    10 Yes 1 No

How can a SAS WEB REPORT STUDIO USER identify which report tabs they have been permitted without e..

Answer / praveen

Can u Explain the Question??it is not clear...

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More SAS Interview Questions

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  


Explain by-group processing?

0 Answers  


How to create a permanent sas data set?

0 Answers  


what is PhaseIII, ODS, TLG, Macro and Proc in SAS

0 Answers  


what is sas metadata repository? : Sas-bi

0 Answers  


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

0 Answers  


State the difference between INFORMAT and FORMAT ?

0 Answers  


what are some good sas programming practices for processing very large data sets? : Sas programming

0 Answers  


What SAS statements would you code to read an external raw data file to a DATA step?

10 Answers   NIIT,


How to find out no. of business days in a month using macros.???(excluding weekends and holidays).

2 Answers   HSBC,


what are several options for creating reports in web report studio? : Sas-bi

0 Answers  


Explain what is data step?

0 Answers  


Categories