Directing responses to display commands

In some situations, you might want to send the output of a display command to a console other than the one on which the command was issued. For example, in the case of a display command that sends large amounts of output to the console, you might want to send the output to another console. Use the REDIRECT(vvvvvvvv) initialization statement to redirect the output of a display command from the in-line area of the console on which you entered the command to another console or to another area of the console. For example, the initialization statement,

   REDIRECT(mastcons) DCONNECT=njeconsl-c

sends the output of commands that display network connections from the console named mastcons to the out-of-line area C of the console named njeconsl. See z/OS MVS Planning: Operations for information on planning and defining consoles.

z/OS JES2 Initialization and Tuning Reference contains a complete description of the REDIRECT initialization statement.