what are sas bi dashboard components? : Sas-bi
No Answer is Posted For this Question
Be the First to Post Answer
What is maximum storage capability of SAS?
what is AE onset date and what is RDS?
Describe the function and untility of the most difficult SAS macro that you have written.
what is Business Intelligence?
How would you include common or reuse code to be processed along with your statements?
How to read an input file in sas?
There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
How do dates work in SAS data?
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
Explain the use of proc print and proc contents?
Intern stastical programmer written test
What is the difference between order and group variable in proc report?