Using a server initialization parameter to associate a RACF® user ID

About this task

Define a member in the file identified by the EQQPARM DD statement in the server startup job. This member contains all the associations between a Z controller user and a RACF® user ID.
  1. Set the USERMAP parameter in the SERVOPTS server initialization parameter to define the user name, as follows:
    SERVOPTS
      SUBSYS(xxxx)
      USERMAP(USERS)
      PROTOCOL(E2E)
      PORTNUMBER(425)
  2. Using the same approach as for the TMEADMIN class, check that the member USERS of the initialization parameter data set contain the following:
    USER 'SCOT@PELICAN' RACFUSER(SCOT) RACFGROUP(GROUP1)
    USER 'PAOLO@PELICAN' RACFUSER(FALSI) RACFGROUP(GROUP1)
    USER 'MOSSOTT@PELICAN2' RACFUSER(FMOSSOTT) RACFGROUP(GROUP1)