$D ACTRMT - Display Active RJE Workstations in a MAS

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$DACTRMT nnnnn-nnnnn*(,nnnnn*-nnnnn*) Selection limiting keywordsDisplay limiting keywords
Display limiting keywords
Read syntax diagramSkip visual syntax diagram,MEMBER
Selection limiting keywords
Read syntax diagramSkip visual syntax diagram,/MEMBER=^=memnummemname

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. Specifies the identifier (one to four characters using A-Z, 0-9, $, #, and @) of a member in the JES2 multi-access spool configuration that has affinity for the job.

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.

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.