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 ?
Deega,
Try using a proc template. Use the below as reference.
Good Luck.
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
An alternative is to use PROC TABULATE. You have more control of output.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
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.
Ready to level-up your skills? Choose your own adventure.