z/OS JES2 Commands
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


$T REDIRect - Redirect command responses

z/OS JES2 Commands
SA32-0990-00

Function

To change redirection for commands entered at the entry console. The operator should use $T REDIRect if redirection was specified already through the redirect initialization statement or a previous $ADD REDIRect for this console.

In a sysplex, if a JES2 subsystem has SCOPE=SYSTEM on its CONDEF initialization statement, redirection will not be in effect for that subsystem. To have that subsystem take part in the redirection, issue the $T or $ADD REDIRect command on that JES2 subsystem.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-$T--REDIRect--+-nn--+------------+-------------------+------->
                 |     '- ---+-mm-+-'                   |   
                 |           '-*--'                     |   
                 +-'--redirect--'-----------------------+   
                 |    .-,--------------------------.    |   
                 |    V                            |    |   
                 '-(----+-+-nn-+--+------------+-+-+--)-'   
                        | '-*--'  '- ---+-mm-+-' |          
                        |               '-*--'   |          
                        +-redirect---------------+          
                        '-'--redirect--'---------'          

>--+--------------+--+--------------------------+--------------->
   '-,--DA--=--da-'  '-,--DCONNECT--=--dconnect-'   

>--+----------------+--+--------------+--+--------------+------->
   '-,--DEF--=--def-'  '-,--DF--=--df-'  '-,--DI--=--di-'   

>--+------------------+--+--------------+----------------------->
   '-,--+-DJ-+--=--dj-'  '-,--DN--=--dn-'   
        +-DS-+                              
        '-DT-'                              

>--+--------------------+--+--------------+--------------------->
   '-,--DNODE--=--dnode-'  '-,--DQ--=--dq-'   

>--+------------------+--+--------------+----------------------->
   '-,--DSPL--=--dspl-'  '-,--DU--=--du-'   

>--+------------------+----------------------------------------><
   '-,--+-LJ-+--=--lj-'   
        +-LS-+            
        '-LT-'            

Parameters

*
Specifies all entry consoles that have been added or redirected at initialization as the active MCS console. This parameter resets the response locations for the indicated command groups.
DA=da
Display active job.
DCONNECT=dconnect
Display JES2 network connections.
DEF=def
Display JES2 parameter definitions.
DF=df
Display forms queue.
DI=di
Display initiators.
DJ|DS|DT=dj
Display JOB, STC, TSU information.
DN=dn
Display queued jobs.
DNODE=dnode
Display NJE nodes.
DQ=dq
Display number of queued jobs.
DSPL=dspl
Display spool volumes.
DU=du
Display units.
LJ|LS|LT=lj
List JOB, STC, TSU output.
redirect
Specifies the active MCS console at which the specified output appears. If you only specify an area, the output appears in the indicated area of the entering console. If area is omitted, then the default area defined on the CONDEF RDIRAREA= operand is used. This parameter is required. Define the redirect area/console as one of the following:
a
An output area ID
name
A console name
name-a
A console name and output area

Authority Required

This command requires system authority. The description of the $T RDRnn command explains how to ensure that the authority of the appropriate MVS™ system command group is assigned.

This command requires control security access authority. For a description of assigning command input authority, see z/OS JES2 Initialization and Tuning Guide, SA32-0991.

Scope

Single member. This command will be in effect for this member only. There is no need to have this command issued to all members of the MAS.

Messages

The $HASP818 message is issued in response to this command. The $HASP003 rc=52 message is issued if a $T REDIRECT is entered for this console before an initial redirection is specified for this console. The $HASP0003 rc=62 message is issued if a $T REDIRECT is entered to set redirection to an invalid console.

Examples

 1   $t redir(cn3e0),du=cn320
Sets up redirection for the $du command so that when you issue a $du on console CN3E0, the response is displayed on console CN320.
 2   $t redir(cn320),du=cn3e0-a
Sets up redirection for the $du command so that when this command is issued on console CN320, the response is displayed in the out-of-line area A of console CN3E0.
 3   $t redir(cn3e0),di=a,du=a

Sets up redirection for the $di and the $du commands. When you issue these commands on console CN3E0, the responses are displayed in the out-of-line area A of console CN3E0.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014