Tomavery,
i don't know anything about your 'SAM'-queue; at my site, we usally write job output (like DISPLAY's) to SYSOUT, which can be browsed by using IOF.
Our standard JCL definition looks something like this:
//SYSOUT DD SYSOUT=*
When you replace it by something like:
//SYSOUT DD DSN=FLQ.MYLEVEL.OUTPUT,
PCB=(LRECL=255,RECFM=VB,BLOCKSIZE=0),
DISP=enz. ,
you should end up which an output file which can be manipulated; copied, browsed, printed, etc.
I hope that will help you on the right track !
Good luck!