what versions of sas have you used (on which platforms)? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?
How would you code a merge that will keep only the observations that have matches from both sets.
5 Answers Accenture, Bank Of America,
where are dashboard components are created and maintained? : Sas-bi
If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE?
What are the prime responsibilities of data integration administrator? : Sas-di
Hi, I need to create a SAS Map of USA using SAS Graphs(Proc Gmap).The data i have dosent contain any co-ordinates of USA cities or counties or states, and the zip codes are diffrent in the data i have from the zip code in the Maps.US dataset in the Maps Library for SAS MAPS. the data i have is a sales report. i have to generate the maps according to the states,cities aligned in the sales data, HELP Appriciated
You need to perform an analysis on a massive dataset by groups, but are unable to sort the data due to memory constraint. How would you accomplish the task?
how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too
Describe how you would pass data to macro.
What are the data types that sas contain?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
What is a macro routine?