Currently SLC is copying SAS Software by emulating PROC IML; SUBMIT / R; ... ENDSUBMIT; QUIT;
However, SLC has equivalent functionality for Python, but does not yet allow PROC IML; SUBMIT / PYTHON; ... ENDSUBMIT; QUIT;, probably because SAS Software does not include it.
Can this functionality be added to SLC?