What type of tables you are using in YOUR reporting..???
Answers were Sorted based on User's Feedback
Answer / chowdary vamsi
As for project requirements what Clint send to me i using that tables like mostly using custom tables we generate reports.
| Is This Answer Correct ? | 0 Yes | 0 No |
what do you mean by data staging area? : Sas-di
Hi... this is chandu, did MSc Microbiology, trying to get job in SAS tool, PLZ Tell me whether IT industries will give consider my education to gain a job....?
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
Mention the difference between ceil and floor functions in sas?
how sas deals with business intelligence? : Sas-bi
Which statement does not perform automatic conversions in comparisons?
Give an example where SAS fails to convert character value to numeric value automatically?
Describe how you would pass data to macro.
calculate the sum of value using only DATA STEP. data count_; input year name $ value; cards; 2006 xxx 10 2007 yyy 12 2006 xxx 20 2008 yyy 15 2007 xxx 15 ; out put should be like this year name T_value ----------------------- 2006 xxx 30 2007 xxx 15 2007 yyy 12 2008 xxx 15
describe about metadata object? : Sas-di
What are the prime responsibilities of data integration administrator? : Sas-di
What do you feel about hardcoding?