You can enable RACF® security
checking in IMS Connect either by specifying RACF=Y in the HWS configuration statement or by issuing an online IMS Connect command.
To enable RACF in the HWS configuration statement, add the RACF=Y parameter. For example: HWS ID=HWS01 RACF=Y
To
enable RACF online:
- Issue any one of the following IMS Connect
commands:
- The IMS type-2 format command, UPDATE IMSCON
TYPE(CONFIG) SET(RACF(ON))
- The WTOR format command, SETRACF ON
- The z/OS® MODIFY command
format, UPDATE MEMBER TYPE(IMSCON) SET(RACF(ON))
- Verify that RACF security
checking is enabled by issuing any of the following IMS Connect commands:
- The IMS type-2 format command, QUERY IMSCON
TYPE(CONFIG) SHOW(RACF)
- The WTOR format command, VIEWHWS
- The z/OS MODIFY command
format, QUERY MEMBER TYPE(IMSCON) SHOW(ALL)
When RACF is enabled, the output from the IMS type-2 format command QUERY
IMSCON TYPE(CONFIG) SHOW(RACF) shows a Y in the Racf
column
of the command output.
The output from both the WTOR and z/OS MODIFY commands
includes a line similar to the following: HWSC0001 HWSID=HW01 RACF=Y.