全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 SAS专版
3317 10
2010-02-28
The feedback option in SQL translates your query into a standarad and readable format. You may tailor the translated query into the way you want to speed up your programming time.


%let sex='F';
proc sql feedback;
  select * from sashelp.class ;
  select * from sashelp.class table1 where sex='F';
  select * from sashelp.class table1 where sex=&sex;
quit;

Here is the log.

21   %let sex='F';
22   proc sql feedback;
23     select * from sashelp.class ;
NOTE: Statement transforms to:

        select CLASS.Name, CLASS.Sex, CLASS.Age, CLASS.Height, CLASS.Weight
          from SASHELP.CLASS;

24     select * from sashelp.class table1 where sex='F';
NOTE: Statement transforms to:

        select TABLE1.Name, TABLE1.Sex, TABLE1.Age, TABLE1.Height, TABLE1.Weight
          from SASHELP.CLASS TABLE1
         where TABLE1.Sex = 'F';

25     select * from sashelp.class table1 where sex=&sex;
NOTE: Statement transforms to:

        select TABLE1.Name, TABLE1.Sex, TABLE1.Age, TABLE1.Height, TABLE1.Weight
          from SASHELP.CLASS TABLE1
         where TABLE1.Sex = 'F';

26   quit;
NOTE: PROCEDURE SQL used (Total process time):
      real time           0.01 seconds
      cpu time            0.01 seconds
二维码

扫码加我 拉你入群

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

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

全部回复
2010-2-28 13:42:00
你是分享经验,还是show你对SAS的了解,你可有灌水嫌疑哦
二维码

扫码加我 拉你入群

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

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

2010-2-28 21:59:03
爱萌 发表于 2010-2-28 13:42
你是分享经验,还是show你对SAS的了解,你可有灌水嫌疑哦
Do you think I want to "show off" my sas knowledge? Do I need to "show off"?  "show off" for what.

Contrasting your(爱萌) comment/help/solution with mine(bobguy) on problems in the forum. And everybody is clear who has 灌水嫌疑哦.
二维码

扫码加我 拉你入群

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

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

2010-3-1 10:47:24
我上次问的处理大数据的贴子也被版主以重复发贴为由删了,我真没找到坛子里有相关的东西,支持楼上的,SAS/SQL的调试还是满实用的......
二维码

扫码加我 拉你入群

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

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

2010-3-1 11:53:15
支持楼主,挺实用的技巧
二维码

扫码加我 拉你入群

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

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

2010-3-1 12:00:53
楼主分享的内容很有价值 何来灌水之说?
二维码

扫码加我 拉你入群

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

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

点击查看更多内容…
相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

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