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
------------------------------
Original Message:
Sent: Tue January 13, 2026 09:21 AM
From: Jon Peck
Subject: Adding a page break using OUTPUT MODIFY
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.
--
Original Message:
Sent: 1/13/2026 9:02:00 AM
From: Frank Furter
Subject: Adding a page break using OUTPUT MODIFY
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
------------------------------