z/OS Security Server RACF Security Administrator's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Commands from RJE work stations

z/OS Security Server RACF Security Administrator's Guide
SA23-2289-00

To control the commands entering from RJE workstations, do the following:
  1. Add a user profile for the workstation. The user ID should be the name of the remote, with parentheses removed. For example, for RMT(1), the user ID is RMT1. If you are using RACF® to sign on RJE workstations, see Remote workstations (RJP/RJE consoles). Here is a sample command:
    ADDUSER RMT1
            DATA('RJE workstation at xxx, phone yyy')
            PASSWORD(initial-password)
            DFLTGRP(groupname)
  2. Permit the RJE user ID to the appropriate command profiles:
    PERMIT command-profile-name CLASS(OPERCMDS) ID(RMT1)
           ACCESS(appropriate-access)
  3. If the OPERCMDS class is not already active, activate it:
    SETROPTS CLASSACT(OPERCMDS)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014