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!

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 998 views
  • 0 likes
  • 3 in conversation