相关日志
-
-
分享
ODS HTML 9.5 of 220
-
yukai08008 2013-3-19 23:10
-
定义一个contents之后,所有SAS产生的html输出都会出现在contents页面中,但只有存在同一路径下的才可以被链接到。 contents中的内容(即链接),即是body. ods html body='f:\output\body.html' contents='f:\output\contents.html' frame='f:\output\frame.html'; data a; set resdat.class; run; proc print data=a; run;
-
个人分类: 学习笔记|0 个评论
GMT+8, 2026-4-29 19:37