BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
pmdci
Fluorite | Level 6

Hi There,

I got two numeric variables in a dataset, one to hold a interger (whole) number, and another to hold a currency value in GBP (sterling pounds: £) without any decimal values.

The dataset has been imported from Excel and I already did some code in a few DATA steps to rename some of the field names and add some nice labels.

However I can't find a way to properly format these two numeric fields I have mentioned.


There is also a calculated field that I have created with with has a massively long decimal digits, and I would like to give it a format of currency with the £ sign and only two decimal places.


Could somebody please advise?


Regards,

P.

1 ACCEPTED SOLUTION

Accepted Solutions
pmdci
Fluorite | Level 6

Hello,

Here are the examples:

  • The currency field looks like: 1672349
  • The integer field looks like: 94594
  • The calculated field I created looks like: 17.67922912658308

I found out the formats and how to do it in the end, and what I applied is:

  • NLMNLGBP. to the currency field, which formatted it as £1,672,349
  • COMMA. to the integer field, which formatted it as 94,594
  • NLMNLGBP. to the calculated field, which formatted it as £17.68

Regards,

P.

View solution in original post

2 REPLIES 2
art297
Opal | Level 21

It would help if you provide some sample data, the code you have tried, and the result you want to achieve.

pmdci
Fluorite | Level 6

Hello,

Here are the examples:

  • The currency field looks like: 1672349
  • The integer field looks like: 94594
  • The calculated field I created looks like: 17.67922912658308

I found out the formats and how to do it in the end, and what I applied is:

  • NLMNLGBP. to the currency field, which formatted it as £1,672,349
  • COMMA. to the integer field, which formatted it as 94,594
  • NLMNLGBP. to the calculated field, which formatted it as £17.68

Regards,

P.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 17887 views
  • 1 like
  • 2 in conversation