SPSS Statistics

SPSS Statistics

Your hub for statistical analysis, data management, and data documentation. Connect, learn, and share with your peers! 

 View Only
  • 1.  Adding a page break using OUTPUT MODIFY

    Posted 2 hours ago

    Is it possible to add a page break before a specific element in the output window (e.g., before a title) using the OUTPUT MODIFY command (or any other command that can be run as a part of a syntax job)?

    Nest, Andreas



    ------------------------------
    Frank Furter
    ------------------------------


  • 2.  RE: Adding a page break using OUTPUT MODIFY

    Posted an hour ago
    Try this
    SPSSINC MODIFY OUTPUT TITLES
    /IF PROCESS=ALL
    /REPLACE ITEMS
    /PAGEBREAKS BREAKBEFORETITLES=YES.

    You could use PROCESS=PRECEDING if you want the page break on a specific object.


    --





  • 3.  RE: Adding a page break using OUTPUT MODIFY

    Posted an hour ago
      |   view attached

    Thank you so much, @Jon Peck. Guess I have to be more specific: let's assume I want to add a page break before the title marked in the attached screenshot (I want the title to appear on the same output page as the tables below it to which it refers). How can I achieve this?



    ------------------------------
    Frank Furter
    ------------------------------