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.
我正在尝试使用 FORCE 选项将具有不同变量的数据集附加到基础数据集。但是,每次循环迭代时,它都会添加观察结果,但不会从新数据集中添加变量。有什么建议么?
PROC APPEND,即使使用 FORCE 选项也不会添加变量,只是记录(观察)。FORCE 如果源表不包含目标表中的某些变量,则启用追加,但如果源表中不存在变量,则不会从源表中添加变量。