SAS中文论坛

 找回密码
 立即注册

扫一扫,访问微社区

查看: 750|回复: 0
打印 上一主题 下一主题

Log Filter 工具

[复制链接]

49

主题

76

帖子

1462

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1462
楼主
 楼主| 发表于 2005-10-11 12:53:13 | 只看该作者

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]
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋|手机版|Archiver|SAS中文论坛  

GMT+8, 2025-6-9 06:53 , Processed in 0.067938 second(s), 20 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表