如何以proc表格格式指定GBP货币

时间:2018-09-09 21:26:56

标签: sas

英镑货币的格式是什么?

我希望在下面的表格中将变量'rent'显示为£X。我应该在“格式”语句中输入哪种格式?

一个例子是等价于'format = dollar12'的美元货币。英镑要多少钱?

proc tabulate format=?;
var rent;
class bedrooms city;
table bedrooms, (city=' ' all='Total')*rent=' '*mean=' ' / box='Average Rent';
run;

1 个答案:

答案 0 :(得分:1)

使用Year

将格式应用于均值统计

来自https://communities.sas.com/t5/General-SAS-Programming/How-do-I-specify-a-currency-format-and-a-comma-format-in-a-DATA/td-p/80230

  

应用了NLMNLGBP。货币字段,其格式为£1,672,349

示例代码

* f= NLMNLGBP.