公卫百科  > 所属分类  >  SAS   
[0] 评论[0] 编辑

SAS Run Statement

The run statement tells SAS to process the preceding program statements. Example:
proc means data=first;
run;
Here the run statement starts the processing of the means procedure. The position of the run statement determines when title statements take effect. 公卫考场
The run statement should also be used to mark the end of a datastep.

附件列表


0

词条内容仅供参考,如果您需要解决具体问题
(尤其在法律、医学等领域),建议您咨询相关领域专业人士。

如果您认为本词条还有待完善,请 编辑

上一篇 SAS Set Statement    下一篇 SAS Stop Statement

标签

暂无标签

同义词

暂无同义词