The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
SAS in Rapidminer
prernajain
Member Posts: 1 Learner III
in Help
Can I run SAS codes in rapidminer?there are no extensions available i believe.Can anybody provide a solution
0
Answers
A solution might be to use excecute program to use sas from the command line?
~Martin
Dortmund, Germany
Here's two links I found for firing SAS scripts from the command line so you can use the Execute Program operator.
http://analytics.ncsu.edu/sesug/2012/PO-08.pdf
http://support.sas.com/documentation/onlinedoc/dfdmstudio/2.5/dmpdmsug/Content/dfU_T_DataJob_RunBatch.html
If you really want to write a SAS script in RapidMiner you can write it with Create Document and use macros to update any key variables during process runtime. Then use Write Document to write the document to disk as a SAS file for execution in using SAS & the Execute Program operator.
Also look into WPS to try to save money on SAS licenses as it covers the majority of the language: http://www.teamwpc.co.uk/products/wps
That way you can keep your SAS trained guys happy and your pre-written SAS scripts running within your RM workflow until you get round to updating them.
Hope that helps. (I'm halfway through a longer blogpost detailing this, but am a little busy on other tasks, will try to get back to it as soon as I can).