Did you know that you can run Lua code within Base SAS? Learn more about what PROC LUA can do through some examples.
Using the Lua programming language within Base SAS® was published on SAS Users.
Did you know that you can run Lua code within Base SAS? Learn more about what PROC LUA can do through some examples.
Using the Lua programming language within Base SAS® was published on SAS Users.
I have liked this set of you tube channel for SAS Online trainings…quite resourceful for beginners…
https://www.youtube.com/channel/UCtjfX85t_HG9ojSunObROIA
Hey Folks,
I guessed this was coming…I just noticed that Tableau 9.1.1 can now read SAS datasets…Even Tableau Public has that option…
The “Statistical File” option in the “Connect” menu allows to load the SAS dataset….
I’m sure SAS won’t be happy in one way considering SAS VA adoptability….But the positive side of it is that more clients will learn and adopt dashboard
Folks, I was going thru few visualizations on Tableau’s website today and I came across this visualization Exploring the SSA Baby Names Dataset by one of the acclaimed Tableau professional….It made me thinking to explore of How many of those SSA baby names are of Indian American (Desi) descent…
I found a website online that had a list of popular Indian baby names…I read the data into SAS and made a Tableau Story out of it… Please take a few moments to play with this interesting viz…I hope you like it….
Here’s the SAS code that went into the prep of the data…
‘) then start=0;
‘) then do; recvalend=1; delete; end;
‘) then do; recst=0; hier=0;; end;
‘,”);
‘) and start then do; recend=1; hier=0; output; end;
Here’s a macro that can put distinct values of a variable in a SAS dataset to a macro variable of your choice.%macroput_distinct_varvalues_in_list(dsn,var,mac_var,dlm=comma,quotes=double); %global&mac_var.; …
NASA’s Kepler mission has discovered a world where two suns set over the horizon instead of just one. The planet, called Kepler-16b, is the most “Tatooine-like” planet yet found in our galaxy.” While catching up on my reading, this article from NASA’s …
A little while ago, as part of the work on our recent Metacoda Plug-ins 3.0 R2 release, I used SAS® 9.3 M2 to set up a metadata bound library by following the useful instructions in the Setting Up a Metadata-Bound Library section of the SAS® …
Since SAS 9.3, ODS Graphics was moved into Base SAS, which means the SAS/Graph license is not needed anymore to access ODS Graphics facilities. It’s definitely nice, but from customers’ point of view, it is not critical necessary: since the “minimum set of SAS system” in most SAS sessions includes the Base SAS, SAS/Stat and […]