如题,比如要查询“杭州金泉科技发展有限公司”,如何用sas程序按照关键字进行查询?
谢谢!
请注明:姓名-公司-职位
以便审核进群资格,未注明则拒绝
新手上路,多谢指点!
能否请您把后面的程序一起补充完整?
我整个程序用了sql语句,谢谢!
rain958 发表于 2008-8-21 10:35 proc sql;select * from dbn where index(var ,"杭州") and index(var,"金泉");
rdzr 发表于 2009-9-24 16:13 rain958 发表于 2008-8-21 10:35 proc sql;select * from dbn where index(var ,"杭州") and index(var,"金泉");谢谢,学习了,建议 斑竹加精!
losttemple 发表于 2009-9-26 22:41 sas 9支持perl了,试试吧 话说一个index就加精,这精精....是有限的,男人啊哎
bluemoon1 发表于 2008-8-21 09:12 或者模糊查询,谢谢!