9.13 I restored a group of report spool files from a backup tape because they had been deleted erroneously. When I restored them I put them into my home group and account. I used PRINT to get them out to the spooler, but when I actually printed them, they were missing some formatting, specifically page breaks. Is there a way to successfully do this?

Assuming you restored them as above, then use

:SPOOLF <file>.group.account;PRINT;DEV=xxx

Better yet, restore them directly into OUT.HPSPOOL:

file t;dev=tape

restore *t; O0123.out.hpspool

MPE will assign a new spool file ID.