SAS中文论坛

标题: Log Filter 工具 [打印本页]

作者: shiyiming    时间: 2005-10-11 12:53
标题: Log Filter 工具
[b:ce9f0]Log Filter [/b:ce9f0]
Searches your log for errors, warnings, and other "interesting" messages.

[b:ce9f0]
Installation[/b:ce9f0]
After downloading the SAS CPORT (transport) file to a temporary directory, use PROC CIMPORT to extract the contents to a permanent location. You can use the following code as a template:

libname rtsltool 'c:\';

proc cimport infile='c:\temp\logChecker23x_v8.stc' lib=rtsltool;
run;

[b:ce9f0]Usage[/b:ce9f0]
Assign the RTSLTOOL libname to your chosen permanent location for Log Filter.

Run Log Filter with this command:

==>[code:ce9f0]AFA C=RTSLTOOL.TOOLS.STARTUP.SCL[/code:ce9f0]




欢迎光临 SAS中文论坛 (http://mysas.net/forum/) Powered by Discuz! X3.2