FSUM2145I
An internal error caused the OMVS
command to end.+
Error code = error-code,
reason code = reason-code,
error data = error-data,
error string = error-string
Error code = error-code,
return value = return-value,
errno = errno-decimal (X'errno-hex'),
reason code = reason-code,
description = 'system-message'
Error code = error-code

Explanation

The OMVS command detected an error, probably in the OMVS command or the message catalog.

In the message text:
error-code
The code for this error.
reason-code
An additional reason code associated with this error. If this value is zero, there is no additional reason code for this error.
error-data
Additional data associated with this error. If this value is zero, there is no additional data for this error.
error-string
A string of characters that provides additional error information. If this string is empty, no error string is available for this error.
return-value
The return value from a z/OS UNIX service. If this value is zero, there is no return value available for this error.
errno-decimal
The errno value, in decimal, returned from a z/OS UNIX service. If this value is zero, there is no errno available for this error.
errno-hex
The errno value, in hexadecimal, returned from a z/OS UNIX service.
system-message
The system message corresponding to the returned errno value. If errno is zero, this message is not meaningful.

System action

The OMVS command ends immediately and returns to TSO/E.

System programmer response

Report the problem to the IBM® support center.

User response

Contact the system programmer with the message number and the error information displayed in the second-level error message.