I have 3 sas program like:- a.sas, b.sas, c.sas
So if I click on a.sas, a sas session/window will open, then if I click on b.sas, a different sas session/window should open and if I click on c.sas again, then a third sas session/window should open.
So I can run these sas programs simultaneously.
Please help me in achieving it. Also can it be possible with saspy in python?