楼主: timedodo
2929 0

SAS:输入输出格式 PERCENTw.d 、 percentnw.d [推广有奖]

  • 0关注
  • 0粉丝

本科生

4%

还不是VIP/贵宾

-

威望
0
论坛币
95 个
通用积分
0
学术水平
2 点
热心指数
6 点
信用等级
1 点
经验
3960 点
帖子
53
精华
0
在线时间
49 小时
注册时间
2009-8-17
最后登录
2011-6-27

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
PERCENTw.d

w  宽度(要包括正负号和%)specifies the width of the output field.
Default:6
Range:4-32
Tip:The width of the output field must account for the percent sign (% ) and parentheses for negative numbers, whether the number is negative or positive.
d  可选项,小数位数specifies the number of digits to the right of the decimal point in the numeric value. This argument is optional.
Range:0-31
Requirement:must be less than w



The PERCENTw.d format multiplies values by 100, formats them the same as the BESTw.d format, and adds a percent sign (%) to the end of the formatted value, while it encloses negative values in parentheses.


Examples


put @10 gain percent10.;
Value of xResults
----+----1----+----2
0.1               10%
1.2              120%
-0.05         (      5%)



PERCENTNw.d



Syntax Description
wspecifies the width of the output field.
Default:6
Range:4-32
Tip:The width of the output field must account for the minus sign ( - ), the percent sign ( % ), and a trailing blank, whether the number is negative or positive.
dspecifies the number of digits to the right of the decimal point in the numeric value. This argument is optional.
Range:0-31
Requirement:must be less than w


put x percentn10.;
Value of xResults
-0.1      -10%
.2       20%
.8       80%
-0.05       -5%
-6.3     -630%


详细参考:
http://support.sas.com/documentation/cdl/en/lrdict/63026/HTML/default/viewer.htm#a002980019.htm

二维码

扫码加我 拉你入群

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

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

关键词:PERCENTw percent cent 输出格式 CEN 格式 SAS format put PERCENTw

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加JingGuanBbs
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-11-6 09:48