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


$D REBLD - Display rebuild queue information

z/OS JES2 Commands
SA32-0990-00

Function

To display the job output elements (JOEs) and job queue elements (JQEs) on the rebuild queue and the total number of each.

This command is useful:
  • If you received messages indicating that JOEs or JQEs are pending discard and you require further information. ($HASP440 for a JOE; $HASP517 for a JQE).
  • If in response to a job-oriented command ($D J or $L J) JES2 indicates that jobs or OUTGRP are not found, these missing jobs might be on the rebuild queue.
  • If in response to a $D JOBDEF command, JES2 indicates there are jobs on the rebuild queue (JOBRBLDQ).
  • If in response to a $D OUTDEF command, JES2 indicates there are JOEs on the rebuild queue (JOERBLDQ).
  • If in response to a $D MASDEF command, JES2 indicates that the queues have been rebuilt one or more times QREBUILD=n).

Syntax

Read syntax diagramSkip visual syntax diagram
>>-$D--REBLD---------------------------------------------------><

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 read security access authority. For a description of assigning command input authority, see z/OS JES2 Initialization and Tuning Guide, SA32-0991.

Scope

MAS-wide. This command has an effect across the entire MAS.

Messages

The $HASP890 message displays the job queue elements (JQEs) and the $HASP686 message displays the job output elements (JOEs) on the rebuild queue. The $HASP685 message displays the total number of JQEs and JOEs on the rebuild queue.

Examples

 1   $d rebld

  JOB00000  $HASP890 JOB(USRCLASA)
  $HASP890 JOB(USRCLASA) STATUS=(AWAITING OUTPUT),CLASS=A,
  $HASP890               PRIORITY=15,SYSAFF=(ANY),HOLD=(NONE),
  $HASP890               REBUILD=YES
  $STC0000  $HASP890 JOB(INIT)
  $HASP890 JOB(INIT)     STATUS=(EXECUTING/N503),CLASS=STC,
  $HASP890               PRIORITY=15,SYSAFF=(N503),HOLD=(NONE),
  $HASP890               REBUILD=YES
  JOB00006  $HASP686 OUTPUT(USRCLASB)
  $HASP686 OUTPUT(USRCLASB)  OUTGRP=23.1.1,HOLD=(NONE),HOLDRC=,
  $HASP686                   OUTDISP=WRITE,PAGES=,PRIORITY=144,
  $HASP686                   QUEUE=A,RECORDS=(223 OF 223),
  $HASP686                   ROUTECDE=LOCAL,TSOAVAIL=NO,
  $HASP686                   USERID=D15USER,REBUILD=YES
  $HASP685 2 JOBS ON REBUILD QUEUE, 1 JOES ON REBUILD QUEUE
 2   $d rebld

  STC00000  $HASP890 JOB(INIT)
  $HASP890 JOB(INIT)     STATUS=(EXECUTING/N504),CLASS=A,
  $HASP890               PRIORITY=15,SYSAFF=(N504),HOLD=(NONE),
  $HASP890               REBUILD=YES
  JOB00000  $HASP890 JOB(USRCLASA)
  $HASP890 JOB(USRCLASA) STATUS=(AWAITING OUTPUT),CLASS=A,
  $HASP890               PRIORITY=15,SYSAFF=(ANY),HOLD=(NONE),
  $HASP890               REBUILD=YES
  STC00000  $HASP890 JOB(INIT)
  $HASP890 JOB(INIT)     STATUS=(EXECUTING/N503),CLASS=STC,
  $HASP890               PRIORITY=15,SYSAFF=(N503),HOLD=(NONE),
  $HASP890               REBUILD=YES
  $HASP685 3 JOBS ON REBUILD QUEUE, 0 JOES ON REBUILD QUEUE

JES2 displays JOEs and JQEs on the rebuild queue.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014