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


$D ACTRMT - Display Active RJE Workstations in a MAS

z/OS JES2 Commands
SA32-0990-00

Function

To display active RJE workstations in a multi-access spool (MAS) configuration.

This command has parameters you can use as a filtering technique to limit the type of information to search, or the amount of information to display. See Using filtering to control and display information for additional information.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-$D--ACTRMT--+--------------------------------------------+--->
               +-nnnnn--+---------------+-------------------+   
               |        '- ---+-nnnnn-+-'                   |   
               |              '-*-----'                     |   
               |    .-,--------------------------------.    |   
               |    V                                  |    |   
               '-(------+-nnnnn-+--+---------------+---+--)-'   
                        '-*-----'  '- ---+-nnnnn-+-'            
                                         '-*-----'              

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

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

Display limiting keywords

|--+-----------+------------------------------------------------|
   '-,--MEMBER-'   

Selection limiting keywords

|--+---------------------------------------+--------------------|
   '-,--+---+--MEMBER--+-=--+--+-memnum--+-'   
        '-/-'          '-^=-'  '-memname-'     

Parameters

nnnnn
The subscript defining the active RJE workstations that are affected by this command. The subscript can specify a specific numeric value or a range of values (1-32767) or an asterisk (*). For information about specifying a range for a subscript, see “Parameter Ranges”.
MEMBER[=memnum|memname]
Specifies the member number or member name of the MAS member, as specified on the MEMBER(nn) initialization statement, for which JES2 is to display active RJE workstations.

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 displays information about the entire MAS.

Messages

The $HASP137 message displays all the active RJE workstations in the MAS. The RJE workstations displayed do not need to be defined by RMT(nnnn) initialization statements or $ADD RMT(nnnn) commands on the member where the command is entered.

Examples

 1   $d actrmt(3)

  $HASP137 ACTRMT(3)     MEMBER=IBM1
JES2 displays RJE workstation 3 as active on the IBM1 member.
 2   $d actrmt(*),member=nih1

  $HASP137 ACTRMT(4)     MEMBER=NIH1
  $HASP137 ACTRMT(7)     MEMBER=NIH1
JES2 displays all the active RJE workstations on the NIH1 member.
 3   $d actrmt(*)

  $HASP137 ACTRMT(2)     MEMBER=PSU1
  $HASP137 ACTRMT(3)     MEMBER=IBM1
  $HASP137 ACTRMT(4)     MEMBER=NIH1
  $HASP137 ACTRMT(5)     MEMBER=PSU1
  $HASP137 ACTRMT(6)     MEMBER=PSU1
  $HASP137 ACTRMT(7)     MEMBER=NIH1

JES2 displays all the active RJE workstations throughout the MAS.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014