SAS Programming

DATA Step, Macro, Functions and more
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.

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

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
  • 17310 views
  • 1 like
  • 2 in conversation