How can you limit the variables written to output dataset in data step?
No Answer is Posted For this Question
Be the First to Post Answer
How would you keep from overlaying the a SAS set with its sorted version?
How can sas program be validated?
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
what is sas business intelligence? : Sas-bi
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
How would you code a merge that will keep only the observations that have matches from both sets.
5 Answers Accenture, Bank Of America,
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
what is the difference between proc means and proc tabulate?
How do you debug and test your SAS programs?
what is option year cuttoff in sas
what are the methods that you would employ to fine tune your SQL extract process using SAS/Access or Proc SQL?
What is difference between (a-z) and (a--z)