BookmarkSubscribeRSS Feed
deega
Quartz | Level 8

Hi All,

 

I am running the following code:

proc freq data = filename;
table A*B/ nocum nocol norow out = datasetA;;
weight C;
run;

Now the value in column C is too big and the summation is making it much bigger , around 12 digit number so in the output I am getting the values like 2.239E9. Is there a way to format two way table ?

 
5 REPLIES 5
anoopmohandas7
Quartz | Level 8

Deega,

 

Try using a proc template. Use the below as reference.

Good Luck.

 

Screen Shot 2016-12-14 at 22.35.37.png

deega
Quartz | Level 8
Thanks...
I saw this document but was little confused... It solved my problem
anoopmohandas7
Quartz | Level 8
Glad to know.
Kalind_Patel
Lapis Lazuli | Level 10

Hi @deega;

 

Have you tried to use proc template for your proc freq output ?

i think that can solve your problem,

 

Here is the link for more info :https://support.sas.com/resources/papers/freq92.pdf

 

 

Reeza
Super User

An alternative is to use PROC TABULATE. You have more control of output. 

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!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 5 replies
  • 1458 views
  • 4 likes
  • 4 in conversation