Destination control to terminal

To indicate that a sysout data set is going to a terminal for a TSO/E user, code:
  
   //ddname  DD  TERM=TS  

In a batch job, TERM=TS is treated as though SYSOUT=* were coded. For an output data set in a foreground job, TERM=TS specifies that the data set is to be sent to the TSO/E userid.

Example
  
//DD1  DD  TERM=TS