FSUM2047I
The OMVS command failed because the specified character conversion table is the wrong version.+ Version required-version is required, but the actual version is actual-version.

Explanation

The version of the character conversion table specified on the OMVS command is incorrect. The OMVS command requires a different version of the table. If the CONVERT keyword was used to override the default table name, the specified data might not be a character conversion table.

In the message text:
required-version
The version of the character conversion table required by the OMVS command.
actual-version
The version number contained inside the loaded character conversion table.

System action

The OMVS command ends and returns to TSO/E, without starting a shell session.

System programmer response

Make sure that all character conversion tables that are provided for the OMVS command contain the correct version number. If this error message appeared when the CONVERT keyword was not specified on the OMVS command, make sure the version of the default table is correct.

User response

If the CONVERT keyword on the OMVS command was used to override the default character conversion table name, use a different table, or specify a different library. Make sure that the data set name specified is really the name of a character conversion table, or use the CONVERT keyword to choose a different table. If the CONVERT keyword was not used, contact the system programmer.