RMNAME= parameter for procedures

Use the RMNAME= parameter in procedure to specify the name for the RM address space.

This is an optional 1-6 character name. If specified, it overrides the value specified in the CSLRIxxx PROCLIB member. You must specify this parameter either as an execution parameter or in the CSLRIxxx PROCLIB member. This name is used to create the RMID, which is used in RM processing. The 8-character RMID is the RMNAME followed by the characters RM. Trailing blanks in the RMNAME are deleted, and the RMID is padded with blanks. For example, if RMNAME=ABC then RMID=ABCRM.