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


$D OFF(n).JT - Display offload job transmitter

z/OS JES2 Commands
SA32-0990-00

Function

To display the offload job transmitter associated with an individual offload device.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-$D--OFF--+------------------------------------+--.JT--------->
            +-n--+-----------+-------------------+        
            |    '- ---+-m-+-'                   |        
            |          '-*-'                     |        
            |    .-,------------------------.    |        
            |    V                          |    |        
            '-(------+-n-+--+-----------+---+--)-'        
                     '-*-'  '- ---+-m-+-'                 
                                  '-*-'                   

>--+---------------------------------+-------------------------->
   '-| Selection limiting keywords |-'   

>--+-------------------------------+---------------------------><
   '-| Display limiting keywords |-'   

Display limiting keywords

|--+----------+--+------------+--+---------+--+---------+------->
   '-,--CLass-'  '-,--CReator-'  '-,--DISP-'  '-,--Hold-'   

>--+------------+--+----------+--+-----------+--+----------+---->
   '-,--JOBname-'  '-,--LIMit-'  '-,--NOTify-'  '-,--RANGE-'   

>--+-------------+--+----------+--+-----------+----------------->
   '-,--Routecde-'  '-,--START-'  '-,--STATUS-'   

>--+-----------+--+-----------+--+-------+----------------------|
   '-,--SYSaff-'  '-,--Volume-'  '-,--WS-'   

Selection limiting keywords

|--+--------------------------------------------------+--------->
   '-,----/----CLass--+-=--+--+-classlist-----------+-'   
                      +-^=-+  |    .-,---------.    |     
                      +->--+  |    V           |    |     
                      '-<--'  '-( -----class---+--)-'     

>--+------------------------------------+----------------------->
   '-,--+---+--DISP--+-=--+--+-DELETE-+-'   
        '-/-'        '-^=-'  +-HOLD---+     
                             '-KEEP---'     

>--+---------------------------------+-------------------------->
   '-,--+---+--Hold--+-=--+--+-----+-'   
        '-/-'        '-^=-'  +-No--+     
                             '-Yes-'     

>--+------------------------------------+----------------------->
   '-,--+---+--JOBname--+-=--+--jobname-'   
        '-/-'           +-^=-+              
                        +->--+              
                        '-<--'              

>--+-----------------------------------+------------------------>
   '-,--+---+--NOTify--+-=--+--+-No--+-'   
        '-/-'          '-^=-'  '-Yes-'     

>--+----------------------------------+------------------------->
   '-,--+---+--SCHenv--+-=--+--schenv-'   
        '-/-'          +-^=-+             
                       +->--+             
                       '-<--'             

>--+--------------------------------------+--------------------->
   '-,--+---+--SRVclass--+-=--+--srvclass-'   
        '-/-'            +-^=-+               
                         +->--+               
                         '-<--'               

>--+----------------------------------+--+------------------+---|
   '-,--+---+--START--+-=--+--+-No--+-'  '-,--+---+--STATUS-'   
        '-/-'         '-^=-'  '-Yes-'         '-/-'             

Parameters

n [-m | *]
The subscript defining the offload job transmitters that are affected by this command. The subscript can specify a single numeric value n (1-8) or a range of values n-m (1-8) associating offload job transmitters with offload devices. The asterisk character (*) can be used to specify the first or last offload job transmitter in a range (n-*, for example). A comma-delimited list of values or ranges is also supported. For details about specifying a range of values for this subscript, see Command syntax conventions.
CLass=classlist | (class,class...)
Start of changeSpecifies the job class(es) to be selected by this job transmitter. Class=, (that is, null) and CLass not specified in the WS= list on this statement allows all defined classes to be transmitted.End of change
The classlist variable specifies a list of single-character job classes A-Z and 0-9 (for example, 'ABCDEF'). A range of 1-36 single character job classes can be specified.
The class variable specifies ra comma separated list of job classes or job class groups (each 1-8 characters in length). A range of 1-8 items can be specified in the list. For example: (CLASS1,CLASS2,CLASS3).
You can also specify wild cards: see Using wildcards for additional information.
CReator
Specifies the 1 to 8 character userid whose job(s) are to be selected by this job transmitter.
DISP={DELETE | HOLD | KEEP}
Specifies the disposition of all jobs that are selected for transmitting to the offload data set.
Hold={No | Yes}
Specifies whether jobs in HOLD status (that is, jobs that have been held by specifying a $H J command, TYPRUN=HOLD, or JCL HOLD) can be transmitted. Jobs that have been previously held (in a held class) do not apply to this parameter; such jobs are not considered here.
If you allow this parameter to default and HOLD is not in the work selection list, JES2 can select all jobs, whether held or not, for transmission. If you allow this parameter to default and HOLD is in the work selection list, no jobs can be transmitted.
No
Indicates that only jobs that are not in HOLD status can be selected.
Yes
Indicates that only jobs that are in HOLD status can be selected.
JOBname=jobname
Specifies the 1 to 8 character job name of the job(s) to be transmitted to the offload data set.
LIMit
Specifies the amount of output (in records) for which output can be selected.
NOTify={No | Yes}
Specifies whether a notification message is sent to the TSO/E userid specified on either the JOB statement or the /*NOTIFY control statement.
No
Indicates that a notification message is not sent when a pre-execution job is transmitted to the offload data set.
Yes
Indicates that a notification message is sent when a pre-execution job is transmitted to the offload data set.
RANGE=Jnnnnn[-nnnnn] | J1-99999
Specifies the job ID range of those jobs that can be transmitted to the offload data set.
Routecde
Specifies the execution node selection criteria for jobs to be transmitted. Valid values are:
ANYLOCAL|LOCAL
Indicates that only jobs on the local node can be selected.
destid
Specifies the name of a node, or an alias for the name of a node, from which jobs can be selected.
Note: If destid is used, it must be previously defined on a DESTID statement in the initialization stream.
Nnnnn | nodename
Indicates that only jobs which are to run on the specifically indicated node(s) can be selected. The nodes can be specified using the binary node identifier (nnnn) or the EBCDIC nodename.
SCHenv=schenv
Specifies the 1 to 16 byte scheduling environment. Only those job with this SCHENV will be selected.
SRVclass=srvclass
Specifies the 1 to 8 byte service class name. Only those jobs with this service class will be selected.
START={No | Yes}
Specifies the initial status of this transmitter when its corresponding offload device is started for a transmit operation, that is when a $S OFFLOAD(n),TYPE=TRANSMIT command is issued.
No
Indicates that this transmitter is not started when a corresponding $S OFFLOAD(n) command is issued. This transmitter can later be started individually by issuing the $S OFF(n).JT command and stopped, as required, by issuing the $P OFF(n).JT command.
Yes
Indicates that this transmitter is started when a corresponding $S OFFLOAD(n) command is issued.
STATUS
Specifies that the status of the offload job transmitter is to be displayed.
SYSaff
Specifies the member affinity for jobs that are selected for offloading.
Volume
Specifies the 5- or 6-character volume serial of a volume containing a spool data set. Only jobs using tracks on this volume(s) can be selected for dumping. As many as four volumes can be specified.
WS
Specifies the job selection criteria for this device. If a criterion is specified in the work selection list, job selection is based on the corresponding parameter specification on this initialization statement.

Authority Required

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

Scope

Single member. The command will be in effect for this member only.

Messages

The $HASP884 message is issued in response to this command.

Example

 1 
 $doff1.jt

 $HASP884 OFF1.JT 
 $HASP884 OFF1.JT STATUS=STARTABLE,CLASS=ABCDEFGH,CREATOR=, 
 $HASP884         DISP=DELETE,HOLD=,JOBNAME=,LIMIT=(0,*), 
 $HASP884         NOTIFY=NO,RANGE=(J1,65534),ROUTECDE=(), 
 $HASP884         START=YES,SCHENV=,SRVCLASS=,SYSAFF=(NONE), 
 $HASP884         VOLUME=(,,,),WS=(CL/)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014