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!

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

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

View all other training opportunities.

Discussion stats
  • 4 replies
  • 1077 views
  • 0 likes
  • 3 in conversation