SAS EG 是否有来自另一个程序的 WORK 目录中 运行 任务的代码?

SAS EG Is there code to run tasks within the WORK directory from another program?

假设我的流程中有任务和程序。

ProgramA --> Dataset1 --[Query1]--Dataset2
ProgramB --> Dataset3 --[Query2]--Dataset4

是否可以构造一个 'main' 程序 ProgramC,其中包含 运行 ProgramA 和 Process 流程中的 Query1 的代码?

根据 Joshua 的评论,这是不可能的。