由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - a simple sas concept question
相关主题
现在SAS contractor 的hourly rate 一般是多少呀?[合集] SAS base exam questions
sas macro, proc sql 问题考完Base SAS,汇报一下
Weird SAS macro bugs, 包子重谢!SAS advance programmer exam
SAS question[合集] how to prove this problem ?
%quote and %bquote下载电子书的网站。
FORTRAN新手自学求助can anybody define these two concepts
请教- 怎么对R code加密?sas base question
简单统计概念题,求讨论Merkle phone interview: anyone?
相关话题的讨论汇总
话题: bquote话题: str话题: sas话题: programmin话题: concept
进入Statistics版参与讨论
1 (共1页)
g*******t
发帖数: 124
1
I am learning SAS macro now.. but I am confused with these two commands: %
bquote and %str.
It is said %str performs during compilation while %bquote is for execution.
So that we have the following:
%let text=%str(John%'s report);
%let text=%bquote(John's report);
What does that mean?
Thanks!
q**j
发帖数: 10612
2
it is about how to hide special characters. i cannot memorize very clearly.
if my momery is okay %str cannot hide or mask % and &, while %bquote can. yo
u'd better read the manual more clearly. it is the first topic in programmin
g III.

.

【在 g*******t 的大作中提到】
: I am learning SAS macro now.. but I am confused with these two commands: %
: bquote and %str.
: It is said %str performs during compilation while %bquote is for execution.
: So that we have the following:
: %let text=%str(John%'s report);
: %let text=%bquote(John's report);
: What does that mean?
: Thanks!

g*******t
发帖数: 124
3
yeah! good memory.
i am just curious about the difference between the compilation and execution
.
thanks!

.
yo
programmin

【在 q**j 的大作中提到】
: it is about how to hide special characters. i cannot memorize very clearly.
: if my momery is okay %str cannot hide or mask % and &, while %bquote can. yo
: u'd better read the manual more clearly. it is the first topic in programmin
: g III.
:
: .

y****1
发帖数: 400
4
I think %nrstr masks % and &.

clearly.
can. yo
programmin

【在 q**j 的大作中提到】
: it is about how to hide special characters. i cannot memorize very clearly.
: if my momery is okay %str cannot hide or mask % and &, while %bquote can. yo
: u'd better read the manual more clearly. it is the first topic in programmin
: g III.
:
: .

1 (共1页)
进入Statistics版参与讨论
相关主题
Merkle phone interview: anyone?%quote and %bquote
R: quantcutFORTRAN新手自学求助
SAS online tutor does not work right now?请教- 怎么对R code加密?
Sample Size 请教简单统计概念题,求讨论
现在SAS contractor 的hourly rate 一般是多少呀?[合集] SAS base exam questions
sas macro, proc sql 问题考完Base SAS,汇报一下
Weird SAS macro bugs, 包子重谢!SAS advance programmer exam
SAS question[合集] how to prove this problem ?
相关话题的讨论汇总
话题: bquote话题: str话题: sas话题: programmin话题: concept