BookmarkSubscribeRSS Feed
csetzkorn
Lapis Lazuli | Level 10

I am using the code below to format currency values. Unfortunately, my Jupyter notebook shows a strange character Â like this:

 

£79,096,349

 

Any ideas?

 

proc print data=TransTemp NOOBS; 
		format 
		X	
		Y
		Z
		NLMNLGBP. 
		; 	

 

3 REPLIES 3
RW9
Diamond | Level 26 RW9
Diamond | Level 26

Not enough information, where does it show this, is it the output window?  Have you tried creating an RTF or PDF file and seeing what the output is from that, I suspect that is a tab character or something like that and you are viewing plain text.

csetzkorn
Lapis Lazuli | Level 10

Thanks. It is the output in the SAS Jupyter notebook. Sorry if that was not clear.

sastpw
SAS Employee

@csetzkorn It is likely that encoding specified in the sascfg_personal.py file in your saspy configuration doesn't match the SAS Session encoding in the SAS session you're connected to.The other possibility, if they do match, is that the saspy version is a bit old, as I've fixed a number of issues recently regarding encodings and translated version of SAS.

I'm happy to help you here or via opening an Issue on the saspy github site:

https://github.com/sassoftware/saspy/issues

 

Either way. Just let me know!

Tom

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 1032 views
  • 0 likes
  • 3 in conversation