全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 SAS专版
1602 1
2009-03-23

data zlh;
  input cpi@@;
  date=intnx('month','1jan98'd,_n_-1);
  format date monyy.;
  cards;

run;

proc x12 data=zlh date=date;
 var cpi;
 transform function=auto;
 identify diff=(0,1) sdiff=(0,1);
run;

34   proc x12 data=zlh date=date;
35    var cpi;
NOTE: SCL source line.
36    transform function=auto;
                        ---------
                        22      200
ERROR 22-322: Syntax error, expecting one of the following: ;, POWER.
ERROR 200-322: The symbol is not recognized and will be ignored
.
37    identify diff=(0,1) sdiff=(0,1);
38   run;

NOTE: The SAS System stopped processing this step because of errors.

二维码

扫码加我 拉你入群

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

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

全部回复
2009-3-24 12:27:00

The reason why is that your process is lack of 'power=0 '

The transform function=auto is not enough

二维码

扫码加我 拉你入群

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

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

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

说点什么

分享

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