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


$T REQJOBID - Set JOBID attributes

z/OS JES2 Commands
SA32-0990-00

Function

To specify or modify the JOBID address spaces.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-$T--REQJobid------------------------------------------------->

>--+----------------------------------------------------+------><
   '-,--JESLOG--=--+-+-NOSPIN---+---------------------+-'   
                   | +-SPIN-----+                     |     
                   | '-SUPPRESS-'                     |     
                   '-(----SPIN----+--------------+--)-'     
                                  '-,--criterion-'          

Parameters

JESLOG=SPIN|NOSPIN|SUPPRESS
Sets the default processing for the JESLOG data sets for Request JOBID jobs.
SPIN
JESLOG is spin-eligible. There is an optional second operand for SPIN:
  • JESLOG=(SPIN,hh:mm)

    JESLOG will be spun at time hh:mm each 24 hour period.

  • JESLOG=(SPIN,+hh:mm)

    JESLOG will be spun every hh:mm time interval.

  • JESLOG=(SPIN,n)

    JESLOG will be spun when either data set has 'n' lines.

where 'hh' is hours and has a range of 0 through 23. 'mm' is minutes and has a range of 00 through 59. 'n' is the number of lines in the data set and has a range of 1 through 999. 'n' is specified as nnn, nnnK or nnnM, where 'K' is thousands and 'M' is millions. The minimum number of lines that can be specified is 500.
Note: The order of precedence for Request Jobid address spaces from most dominant to least dominant is:
  1. The specifications in the IEFSSRR SSOB extension (supplied by the application).
  2. Specifications supplied by installation exits.
  3. The REQJOBID statement.
NOSPIN
JESLOG will not be spun.
SUPPRESS
JESLOG will be suppressed.

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.

Processing Considerations

None.

Scope

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

Depending on your installation's setup, however, you might want this command to be applied to all members of the MAS (to ensure a consistent environment across the MAS). If so, you can use the MVS ROUTE *ALL command to issue this command to all active members (if the JES2 command character is the same on all members). See z/OS MVS System Commands, SA38-0666 for more information on using the ROUTE *ALL command.

Messages

The $HASP860 message displays the current values of all the parameters on the REQJOBID statement.

Examples

 1 
$treqjobid,jeslog=(spin,100K)         
$HASP860 REQJOBID  JESLOG=(SPIN,100K)

Allow JESLOG to be spun when setting REQJOBID attributes.

 2 
$treqjobid,jeslog=suppress           
$HASP860 REQJOBID  JESLOG=(SUPPRESS)

Suppress JESLOG when setting REQJOBID attributes.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014