HI,
I am attempting to export proc tabulate in image.
But it is not printing whole table it is printing half of the table with written "continued" at the bottom of the image.
How to export complete table in image.
Any help will be appreciated.
Hello,
Are you trying to export it to PDF? Excel? HTML? PNG? Depending on that will depend on how you can accomplish your task.
I would look into using the "ods printer" statement. A good example related to your issues can be found here: https://communities.sas.com/t5/SAS-GRAPH-and-ODS-Graphics/table-to-a-PNG-file/td-p/91867
I would mess with the ods options either setting the (paper) size or the pixels to make sure it saves as a single picture.
Since tabulate shows that "continued" note pretty much only with LISTING output which is a text destination I doubt if you can get an image directly from SAS.
You could send the output to another destination such as ODS PDF or ODS RTF and take a screen shot or possibly generate a png file from that output.
Not sure exactly what coding technique you're using, but here's an example where I save some Proc Report output as an image (which I then annotate on a graph). Perhaps you could try similar code with your Proc Tabulate, and see if it gets it all on one page:
http://robslink.com/SAS/democd56/table_image_info.htm
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for 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.