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.

CFC_SAS_Communities_400x225.jpg

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

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
  • 1258 views
  • 0 likes
  • 2 in conversation