查看: 3901| 回复: 2
跳转到指定楼层
上一主题 下一主题
收起左侧

[统计--软件] SAS 是不是坏了啊?

全局:

注册一亩三分地论坛,查看更多干货!

您需要 登录 才可以下载或查看附件。没有帐号?注册账号

x
%let text=%str(joan%'s report);
%let text=joan%str(%')s report;

不停返回: ..

NOTE: The quoted string currently being processed has become more than 262 bytes long.  You might have unbalanced quotation marks.
1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
2          TITLE;
3          FOOTNOTE;. check 1point3acres for more.
4          OPTIONS LOCALE=en_US DFLANG=LOCALE;. Waral dи,
5          DATA _NULL_;. From 1point 3acres bbs
80         &GRAPHTERM; ;*';*";*/;RUN;QUIT;
                          _________________
                          49
NOTE 49-169: The meaning of an identifier after a quoted string might change in a future SAS release.  Inserting white space
              between a quoted string and the succeeding identifier is recommended.

6          RUN;
7          OPTIONS VALIDVARNAME=ANY;
8          OPTIONS VALIDMEMNAME=EXTEND;. check 1point3acres for more.
9          FILENAME _HTMLOUT TEMP;. 1point3acres
10         FILENAME _RTFOUT TEMP ENCODING='UTF-8';
10         FILENAME _RTFOUT TEMP ENCODING='UTF-8'
                                                 _.1point3acres
                                                 49
10       ! ;
NOTE 49-169: The meaning of an identifier after a quoted string might change in a future SAS release.  Inserting white space
              between a quoted string and the succeeding identifier is recommended.. Χ

11         FILENAME _PDFOUT TEMP;
12         FILENAME _GSFNAME TEMP;
13         FILENAME _DATAOUT TEMP;
14         %LET SYSCC=0;
15         %LET _CLIENTAPP='SAS Studio';
16         %LET _CLIENTAPPABREV=Studio;
17         %LET _CLIENTAPPVERSION=3.8;
18         %LET _CLIENTVERSION=3.8;
NOTE: The quoted string currently being processed has become more than 262 bytes long.  You might have unbalanced quotation marks.
19         %LET _CLIENTMODE=wip;
20         %LET _SASSERVERNAME=%BQUOTE(SASApp);
21         %LET _SASHOSTNAME=%BQUOTE(odaws01-usw2);
22         %LET _SASPROGRAMFILEHOST=%BQUOTE(odaws01-usw2);
23         %LET _CLIENTUSERID=%BQUOTE(u49157551);
24         %LET _CLIENTUSERNAME=%BQUOTE(u49157551);
25         %LET CLIENTMACHINE=%BQUOTE(LNSM1-TORONTO12-142-117-62-154.INTERNET.VIRGINMOBILE.CA);
26         %LET _CLIENTMACHINE=%BQUOTE(LNSM1-TORONTO12-142-117-62-154.INTERNET.VIRGINMOBILE.CA);
27         %let SASWORKLOCATION="%sysfunc(getoption(work))/";
28         FILENAME _CWD '.' ..
                            _
                            49
28       ! ;
NOTE 49-169: The meaning of an identifier after a quoted string might change in a future SAS release.  Inserting white space
              between a quoted string and the succeeding identifier is recommended.

29         DATA _NULL_;
30         CALL SYMPUT('_SASWORKINGDIR',PATHNAME('_CWD'));.
                                       ____________
                                       49
NOTE 49-169: The meaning of an identifier after a quoted string might change in a future SAS release.  Inserting white space . From 1point 3acres bbs
              between a quoted string and the succeeding identifier is recommended.
. Waral dи,
31         RUN;
32         FILENAME _CWD;
33         
34         %LET _SASPROGRAMFILE = %NRQUOTE(%NRSTR(Program 1));
35         %LET _BASEURL = %BQUOTE(https://odamid-usw2.oda.sas.com/SASStudio/);
30         CALL SYMPUT('_SASWORKINGDIR',PATHNAME('_CWD'));
                                                       ____
                                                       49
NOTE 49-169: The meaning of an identifier after a quoted string might change in a future SAS release.  Inserting white space
              between a quoted string and the succeeding identifier is recommended.

36         %LET _EXECENV=SASStudio;
37         DATA _NULL_;
38         CALL SYMPUT("GRAPHINIT","");.
39         CALL SYMPUT("GRAPHTERM","");
40         RC=TSLVL('SASXGOPT','N');
41         _ERROR_=0;. 1point3acres
42         IF (RC^=' ') THEN DO;
43         CALL SYMPUT("GRAPHINIT","GOPTIONS RESET=ALL GSFNAME=_GSFNAME;");. Χ
44         CALL SYMPUT("GRAPHTERM","GOPTIONS NOACCESSIBLE;");
45         END;-baidu 1point3acres
46         RUN;
47         DATA _NULL_;
48         RC=SYSPROD("PRODNUM002");
49         IF (RC^=1) THEN DO;
NOTE: The quoted string currently being processed has become more than 262 bytes long.  You might have unbalanced quotation marks.
50         CALL SYMPUT("GRAPHINIT","");
51         CALL SYMPUT("GRAPHTERM","");
52         END;
53         RUN;
54         %LET _DATAOUT_MIME_TYPE=;
55         %LET _DATAOUT_NAME=;
56         %LET _DATAOUT_TABLE=;
57         %LET _DATAOUT_URL=;.--
58         %SYMDEL _DATAOUT_MIME_TYPE _DATAOUT_NAME _DATAOUT_URL _DATAOUT_TABLE;
59         %LET _SASWS_ = %BQUOTE(/home/u49157551);
42         IF (RC^=' ') THEN DO;
                      ___________
                      49
NOTE 49-169: The meaning of an identifier after a quoted string might change in a future SAS release.  Inserting white space
              between a quoted string and the succeeding identifier is recommended.

60         %LET _SASWSTEMP_=%BQUOTE(/home/u49157551/.sasstudio/.images/bfbbd16b-f520-41d2-a39f-2d4b003fd987);
61         ODS LISTING CLOSE;
62         ODS AUTONAVIGATE OFF;.1point3acres
63         ODS GRAPHICS ON;
64         ODS HTML5 (ID=WEB) DEVICE=PNG GPATH="&_SASWSTEMP_" ENCODING=utf8  FILE=_HTMLOUT (TITLE='Results: Program
64       ! 1') STYLE=Htmlblue OPTIONS(BITMAP_MODE='INLINE' OUTLINE='ON' SVG_MODE='INLINE'
             _______________________________________      ___________  ____________
             49                                           49           49
64       ! CSS_PREFIX='.ods_bfbbd16b-f520-41d2-a39f-2d4b003fd987' BODY_ID='div_bfbbd16b-f520-41d2-a39f-2d4b003fd987' );
NOTE 49-169: The meaning of an identifier after a quoted string might change in a future SAS release.  Inserting white space
              between a quoted string and the succeeding identifier is recommended.. From 1point 3acres bbs
.--
65         ODS RTF (ID=WEB) STYLE=Rtf FILE=_RTFOUT sasdate;
66         ODS PDF (ID=WEB) STYLE=Pearl FILE=_PDFOUT;
67         &GRAPHINIT;. Χ
68         OPTIONS FIRSTOBS=1;. ----
69         OPTIONS OBS=MAX;
70         OPTIONS DTRESET DATE NUMBER NOTES;
71         OPTIONS NOTES STIMER SOURCE NOSYNTAXCHECK;
72         
73         %let text=%str(joan%'s report);
49: LINE and COLUMN cannot be determined.
NOTE: NOSPOOL is on. Rerunning with OPTION SPOOL might allow recovery of the LINE and COLUMN where the error has occurred.
NOTE 49-169: The meaning of an identifier after a quoted string might change in a future SAS release.  Inserting white space
              between a quoted string and the succeeding identifier is recommended.
74         %let text=joan%str(%')s report;
75         
76         . Waral dи,
77         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
78         ODS HTML CLOSE;
79         &GRAPHTERM; ;*';*";*/;RUN;QUIT;
80         QUIT;RUN;. ----
81         ODS HTML5 (ID=WEB) CLOSE;.1point3acres
82         
83         ODS RTF (ID=WEB) CLOSE;
84         ODS PDF (ID=WEB) CLOSE;
85         FILENAME _GSFNAME;
86         DATA _NULL_;
87         RUN;
88         OPTIONS NOTES STIMER SOURCE SYNTAXCHECK;
89      
. Waral dи,

用的是sas studio on demand. 不明白为什么返回出来的是错误的。。 我晕了。

上一篇:在职自学PSU STAT502打卡贴
下一篇:似乎FB DS-analytics new grads开始招人了?
🔗
 楼主| filmzone46 2020-7-26 05:46:40 | 只看该作者
全局:
重新启动之后就好了
回复

使用道具 举报

🔗
lsydd489 2020-7-26 08:48:58 | 只看该作者
全局:
下次如果再出现这种情况,你可以试着轮着跑这两段代码 . 1point3acres
1:
;
*%mend;.google  и
*);
*';.--
*";
**/;
RUN;
..
2: %SYSMSTORECLEAR;

可能可以修复这个问题,就不用重启了。我之前搞macro的时候很多时候都出现这个问题,每次都重启太麻烦了。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册账号
隐私提醒:
  • ☑ 禁止发布广告,拉群,贴个人联系方式:找人请去🔗同学同事飞友,拉群请去🔗拉群结伴,广告请去🔗跳蚤市场,和 🔗租房广告|找室友
  • ☑ 论坛内容在发帖 30 分钟内可以编辑,过后则不能删帖。为防止被骚扰甚至人肉,不要公开留微信等联系方式,如有需求请以论坛私信方式发送。
  • ☑ 干货版块可免费使用 🔗超级匿名:面经(美国面经、中国面经、数科面经、PM面经),抖包袱(美国、中国)和录取汇报、定位选校版
  • ☑ 查阅全站 🔗各种匿名方法

本版积分规则

>
快速回复 返回顶部 返回列表