由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 请问 ≤ ≥ 这两个特殊符号如何输入到SAS dataset 里面?
相关主题
请教如何用sas输出特殊符号SAS菜鸟请教如果使SAS的output的结果放到一个文件内?
请教SAS高手一个具体的问题求一段SAS code
发包子求大牛解SAS问题,急求教 SAS base 123 Q 16
SAS QuestionSAS help : Proc dataset
Dataset merge的一个问题SAS 问题:关于比较variable 包子答谢
[SAS]怎么快捷地删除Macro 里创建的临时dataset和macro variab请问怎么在SAS里面删掉某些特定的dataset?
请教一个UNIX下面用SAS的弱智问题求助!请问如何在sas 9.2里面安装unicode serve?
问个效率问题 SQL vs data step,大数据量[合集] 问个SAS的问题
相关话题的讨论汇总
话题: sas话题: age话题: unicode话题: dataset话题: agegrp
进入Statistics版参与讨论
1 (共1页)
J********J
发帖数: 571
1
用'00XX'x试了半天都没有.请问哪位知道?谢谢了
J********J
发帖数: 571
2
继续问
L****n
发帖数: 3545
3
ge le for example if x ge 5 then y = blah blah .....

【在 J********J 的大作中提到】
: 用'00XX'x试了半天都没有.请问哪位知道?谢谢了
J********J
发帖数: 571
4
Thanks for the reply. I was asking how to imput "≤", "≥ " as values, not
an expression.
For example; if age >= 50 then agegrp = "Age ≥ 50 ";
Anybody knows?
C*******d
发帖数: 80
5
You can code as: if age >= 50 then agegrp = 1; etc.
Then use proc format to display 1 as "Age ≥ 50 "
Hope it helps.

【在 J********J 的大作中提到】
: Thanks for the reply. I was asking how to imput "≤", "≥ " as values, not
: an expression.
: For example; if age >= 50 then agegrp = "Age ≥ 50 ";
: Anybody knows?

J********J
发帖数: 571
6
Thanks for replying.
If you copy and past ≤ ≥ into SAS editor you will see what I mean.
SAS won't display ≤ ≥ correctly in editor. Values like tempareture unit, C
or F with a circle to the right top corner, need unicode to let SAS
recoginze. The problem is I couldn't find the right unicode to display ≤ ≥
.
C*******d
发帖数: 80
7
http://en.wikipedia.org/wiki/List_of_Unicode_characters#Mathema
Mathematical Operators,the unicode is there. But,I can not get it right in
SAS dataset. You may want use '>=' instead?

C

【在 J********J 的大作中提到】
: Thanks for replying.
: If you copy and past ≤ ≥ into SAS editor you will see what I mean.
: SAS won't display ≤ ≥ correctly in editor. Values like tempareture unit, C
: or F with a circle to the right top corner, need unicode to let SAS
: recoginze. The problem is I couldn't find the right unicode to display ≤ ≥
: .

b********6
发帖数: 14
8
Try macro variables.
J********J
发帖数: 571
9
Thanks, CherryRed.
To bridge0006, I don't think macro var would work if SAS couldn't recognize
the unicode for ≤ ≥ .
1 (共1页)
进入Statistics版参与讨论
相关主题
[合集] 问个SAS的问题Dataset merge的一个问题
昨天考了SAS ADVANCED,不难[SAS]怎么快捷地删除Macro 里创建的临时dataset和macro variab
A SAS problem请教一个UNIX下面用SAS的弱智问题
[合集] 用SAS生成表格,怎么弄比较好?问个效率问题 SQL vs data step,大数据量
请教如何用sas输出特殊符号SAS菜鸟请教如果使SAS的output的结果放到一个文件内?
请教SAS高手一个具体的问题求一段SAS code
发包子求大牛解SAS问题,急求教 SAS base 123 Q 16
SAS QuestionSAS help : Proc dataset
相关话题的讨论汇总
话题: sas话题: age话题: unicode话题: dataset话题: agegrp