EP730 MVS/370 + HIGHER LEVELS OF DATA CANNOT BE MERGED
Explanation
An attempt has been made to MERGE data from the MVS/370 operating system and MVS/XA or MVS/ESA operating system in a DISPLAY RDAS command.
System action
The reporter waits for user response.
User response
Split the MVS/370 data using
the SYSID keyword so that separate panels are generated for this operating
system level. For example, if SYSA and SYSB are MVS/ESA and SYSX and SYSY are
MVS/370, the data can be displayed in two panels by entering
DISPLAY RDAS...SYSID((SYSA,SYSB,MERGE),
(SYSX,SYSY,MERGE)).