全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 SAS专版
3856 4
2010-01-18
SAS v9.2 introduces macro option mindelimiter. This option simplifies the IN operation in a macro environment. Here is an example to illustrate the usage of the option.

options minoperator;
%macro test(value)/mindelimiter=',';

%if &value in 1,2,3,4,5,6 %then  %put Value found within list.;
%else                                          %put Value not in list.;

%mend;

%test(3)
%test(8)

*******************************;
30   options minoperator;
31   %macro test(value)/mindelimiter=',';
32
33   %if &value in 1,2,3,4,5,6 %then  %put Value found within list.;
34   %else                                          %put Value not in list.;
35
36   %mend;
37
38   %test(3)
Value found within list.
39   %test(8)
Value not in list.
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2010-3-21 00:18:40
Hello bobguy,
How does IN operator work in Macro for 9.1.3 SP4? Is your example compatibility for 9.1.3 SP4?
For 9.1.3 SP4 in a Macro program, how can I test if a numeric variable's value falls into a list of number?
For instance, the list of number is 1,3,7,11,15,24,18,19,36,77,102,13,53
I means it is a long list.....
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2010-3-21 22:18:22
一个scan循环每步匹配下,如果这个list本身是一个宏变量的话......
我不清楚9.2macro里in的运算机制是什么,但是这样的算法应该不会慢太多

有种习惯,总是觉得in很慢很慢......
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2010-3-21 23:00:55
jackbt123 发表于 2010-3-21 00:18
Hello bobguy,
How does IN operator work in Macro for 9.1.3 SP4? Is your example compatibility for 9.1.3 SP4?
For 9.1.3 SP4 in a Macro program, how can I test if a numeric variable's value falls into a list of number?
For instance, the list of number is 1,3,7,11,15,24,18,19,36,77,102,13,53
I means it is a long list.....
I believe it only works in V9.2. BTY, It is a macro, you COULD write your version of in operator works in any SAS version.
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2010-3-22 03:21:18
Thank you all for the valuable feedback....
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群