BookmarkSubscribeRSS Feed
glodino
Calcite | Level 5
Hi Everyone.
in my example, how can I replace the +/- with 0.0.

data temp;
LENGTH id $20. ;
input id $;
datalines;
3.5+2.4-2.49.8+2.3
-0.2+3.4+-6.54.5-
;
run;

thank you.
1 REPLY 1
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
It may be easier to post what data you would like to see represented as output.

But, if I understand your question, you want to change occurences of "+" or "-" characters with a multi-character string "0.0" - yes or no?

If YES, the TRANWRD function in a SAS DATA step can accomplish the task. If NO, then please post a reply to the forum group with INPUT and OUTPUT data representations, along with an explanation to what you want accomplish.

Scott Barry
SBBWorks, Inc.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 1 reply
  • 853 views
  • 0 likes
  • 2 in conversation