BookmarkSubscribeRSS Feed
JWO
Calcite | Level 5 JWO
Calcite | Level 5

Part of my PROC UNIVARIATE readout is giving values in the form of "11E-1" or "6.2587E+8."  How do I adjust the readout to provide actual numeric values?  Thank you.

 

(SAS 9.4)

6 REPLIES 6
Reeza
Super User

What are you referring to as 'readout'?

JWO
Calcite | Level 5 JWO
Calcite | Level 5

Just the SAS Output in the results viewer.  Thank you.

ballardw
Super User

There are so many possible output with proc univariate I suggest that you provide a small example data set in the form of data step code and the code used for proc univariate that will duplicate the output. The data set only needs to have one variable.

JWO
Calcite | Level 5 JWO
Calcite | Level 5

I think it had something to do with the number of variables I was running.  When I reduced the size of the dataset, it worked fine with fewer variables.  Thanks for your willingness to help.

Reeza
Super User

I don't think you can. I think you'll have to save the data to a data set and then proc print it with explicit formats. 

Depending on what you want that may or may not be worth the work. 

 

https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html

WarrenKuhfeld
Rhodochrosite | Level 12

SAS output never contains "actual numeric values."  It contains formatted values.  In some cases the formatted values are displayed in E format.  You can always modify ODS table templates to change formats.  Here is one of many source of more information about ODS. http://go.documentation.sas.com/?docsetId=statug&docsetTarget=statug_ods_toc.htm&docsetVersion=14.3&...

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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
  • 6 replies
  • 951 views
  • 2 likes
  • 4 in conversation