When issuing command - MODIFY SYSVIEW,RELOAD SECURITY
It comes back with this -
RESPONSE=SYSB GSVX071E (MAIN) SECURITY is not a valid keyword for the RESPONSE=RELOAD command
We use internal security and I need the correct command.
That is the correct command. Ensure that if this is entered outside of SYSVIEW and that the correct command character is being used to route the command to MVS.
To issue the command from within SYSVIEW take the following steps:
1. First verify site's command character.
- go to PROFILE GENERAL
- select MISCELLANEOUS
- find on MVS COMMAND CHARACTER
(The MVS Command Character will be used to route the command to MVS. If one isn't specified, enter one now in the VALUE column.)
2. Then from any screen in SYSVIEW enter the command:
/MODIFY sysvproc,RELOAD SECURITY
where / = the MVS Command Character found in step 1 above.
sysvproc = the name of the SYSVIEW STC proc
3. In the log message GSVX998I should be visible, indicating that the cache reload completed.