Altair personal slc exploded text using a workaround to submit r and python inside a slc macro
Too long to post on a listserv, see github
github
https://github.com/rogerjdeangelis/utl-altair-personal-slc-exploded-text-using-workaround-to-submit-r-python-inside-slc-macro
Atair and SAS do not allow a macro to contain 'proc r' or 'proc python' code.
A simpler solution is available using the student or commercial versions of the Altair SLC.
Both the student and commercial versions support my submit r and pyhton macros.
Both support the command like.
I tried to add a menu item to Eclipse toolbar that you could click on, and it would ask you
copy the exploded text to the Windows clipboard.
The workaround is to create a file that has your proc r or proc python code and
'%include' the file inside the macro.