BookmarkSubscribeRSS Feed
Schaf
Calcite | Level 5

I am a beginning SAS user and have taken over a job with a company.

Many lines of data that the SAS program uses come from a .txt file.

One of the columns "On-Hand" is set up in SAS as a numeric value, however somehow in the .txt file a negative amount is written as (# -) instead of (- #). SAS can not read this as a numeric number.

Is there an easy way to have the number truly be a negative number?

     At first I tried to just convert it to a character, but another program uses this information for a calculation and I now get errors with the calculation.

I really appreciate it if anyone can help.

4 REPLIES 4
data_null__
Jade | Level 19

TRAILSGNw. Informat


Reads a trailing plus :smileyplus: or minus :smileyminus: sign.

art297
Opal | Level 21

I just discovered the post where you mentioned that earlier this summer and was just about to edit my own post.  I'll just delete my previous post as the correct answer, as you mentioned, is definitely trailsgnW.

Schaf
Calcite | Level 5

Thanks for the help!

Schaf
Calcite | Level 5

Thanks for the help!

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
  • 4 replies
  • 1670 views
  • 0 likes
  • 3 in conversation