All Posts

Learn SAS
Jim Simon 0
Weird PROC FREQ trick

Default PROC FREQ output looks like this: Suppose you don't want the two cumulative statistic columns above.  No problem.  Those can be suppressed with the NOCUM option on the TABLE statement, like this: proc freq data=sashelp.shoes; table product / nocum; run;

Programming Tips
Dave Naden 0
SAS Environment Manager: Importing events

An important goal of SAS Environment Manager is to communicate with existing software systems. This capability includes not only monitoring other non-SAS platform resources, but also means having the ability to respond to events from outside the SAS platform.  We’ve seen how SAS Environment Manager can generate an event for external consumption (see Scott McCauley’s

Analytics
SAS Colombia 0
Los SÍ y los NO del Big Data

Para nadie es un secreto que los ejecutivos están cambiando su percepción acerca del Big Data. Los líderes empresariales reconocen cada vez más la importancia de capturar y analizar estratégicamente los datos y esto se debe a una amplia serie de razones. Una de ellas es el acceso a nuevas

1 548 549 550 551 552 694