Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 3 个 sas 程序,例如:- a.sas、b.sas、c.sas
因此,如果我单击 a.sas,将打开一个 sas 会话/窗口,然后如果单击 b.sas,则应打开一个不同的 sas 会话/窗口,如果再次单击 c.sas,则将打开第三个 sas 会话/窗口应该打开。
所以我可以同时运行这些 sas 程序。
请帮助我实现它。python中的saspy也可以吗?