Renaming a screen space

The RENM immediate command renames a screen space.

By default, RENM renames the screen space in main storage and in the data set pointed to by the RKOIPCSV DD statement. However, you can specify an argument on RENM to restrict the command to rename just the screen space in main storage or to rename just the screen space in the data set. See the IBM® OMEGAMON for IMS on z/OS®: Realtime Commands Reference for details about the RENM immediate command.

To rename the SAMPLE screen space to EXAMPLE in both main storage and RKOIPCSV, enter:

 RENM SAMPLE EXAMPLE
The following message appears:
 >> Member SAMPLE  Renamed to EXAMPLE  both In-storage and in RKOIPCSV <<                                                                            
The screen space SAMPLE no longer exists; it is now named EXAMPLE in both main storage and the RKOIPCSV data set.