Whats the reason behind getting page break in the results.
I am running a proc tabulate code and getting page break in results with some of the variable.
How can I close this page break thing so that I can get the output in the results.
Which ods destination are you using? Most default to one table per page.
ODS RTF adn PDF use the STARTPAGE option to provide some control on pagination, ODS Tagsets.Excelxp and Excel use sheet_interval.
You might share the code you are using as well.
Thankx for your help but I found the problem. Actually there was a problem in my code because the variable with which I was trying to run a two was classification table in proc tabulate didn't have anything in common.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.