Previous Topic: Input ParametersNext Topic: List Roles By User: Explanation of Report Output


List Roles By User: Sample Report Input

The following input parameters are specified for the sample report:

//CNTLCARD DD *
* List all roles for userid THORI32
* for all SYSIDs that start with SY 
SYSID    SY%
USERID   THORI32
USERNAME Y
LINECNT  60

These control parameters ask the report to do the following:

  1. Process the information for any system image that starts with ‘SY’.
  2. Display all roles for userid THORI32.
  3. List the user name and the userid.