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


$D REQJOBID - Display attributes of JOBID address spaces

z/OS JES2 Commands
SA32-0990-00

Function

To display the attributes to be assigned to Request JOBID address spaces.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-$D--REQJobid -+-----------+---------------------------------><
                 '-,--JESLOG-'   

Parameters

JESLOG=SPIN | NOSPIN | SUPPRESS
Displays 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. For time intervals of less than one hour, you must specify the time in theJESLOG=(SPIN,+00:mm) format.

  • JESLOG=(SPIN,+hh:mm)

    JESLOG will be spun every hh:mm time interval.

  • JESLOG=(SPIN,nK |SPIN,nM)

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

where:
  • hh is hours in the range 0 through 23
  • mm is minutes in the range 00 through 59
  • n is the number of lines in the data set in the range 1 through 999. n is specified as nnn, nnnK, or nnnM, where 'K' is thousands and 'M' is millions. You must specify a minimum number of 500 lines.
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 display 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. The response to this command will be a display of information about this member only. You might want to use this command to get information about all members in the MAS. To do 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

$HASP860 displays the current REQJOBID concatenation.

Example

 1 
 $dreqjobid                          
 $HASP860 REQJOBID  JESLOG=(NOSPIN)

Display attributes of request JOBID address spaces.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014