steve-myers wrote:... Looking at the discussion in TSO/E Command Reference I see SYSOUT(class). You might find a "dummy" SYSOUT class in your JES2 output class definitions, and try that class. ...
I found a dummy class in my shop, and ran an XMIT using it. Sure enough, no pesky IEBCOPY messages appeared on my workstation. This is the JES2 definition.
OUTCLASS(Z) BLNKTRNC=YES, /* TRUNCATE TRAILING BLANKS wnc*/
OUTDISP=(HOLD,HOLD), /* OUT disp PRINT ownc*/
OUTPUT=DUMMY, /* Print Class PRINT wnc*/
TRKCELL=YES /* Track-Cell this Class NOTRKCEL wnc*/
Look for OUTPUT=DUMMY. The output class definition as shown is in copyrighted material, though I think this counts as fair use.