需求是这样的,想找出观察值中包含某一个关键字,然后显示该记录。
例如:
Update all team reports and schedule properly through working with developer and factory.
Update all team reports properly through working with developer and factory.
找出观测值中包含 and 的观测值。
结果:
Update all team reports and schedule properly through working with developer and factory.
也就是类似oracle 的like 功能。
不知道SAS是否有这样函数是否可以实现。
请教各位高手有什么好方法解决实现这个需求么?
谢谢!