z/OS MVS System Codes
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


058

z/OS MVS System Codes
SA38-0665-00

058

Explanation

Supervisor control detected an error when establishing a work unit's cross memory environment. Register 15 contains a hexadecimal reason code to be used when searching problem reporting data bases or when reporting the problem to the IBM® Support Center. The reason code in register 15 is one of the following:
Code
Explanation
00
An attempt to establish a cross memory environment failed. The target ASID was not valid for the cross memory address.
04
The work unit's primary address space job step task has ended. The low order halfword of register 12 contains the primary ASID number.
08
The work unit had addressability to an incorrect primary ASID. The low order halfword of register 12 contains the primary ASID number. Termination of the primary address space is the likely cause of this error.
0C
The work unit's secondary address space job step task has ended. The low order halfword of register 11 contains the secondary ASID number.
10
The work unit had addressability to an incorrect secondary ASID. The low order halfword of register 11 contains the secondary ASID number. Termination of the secondary address space is the likely cause of this error.
14
Internal error. Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.
18
Internal error. Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.
1C
Internal error. Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.
20
Internal error. Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.
24
Internal error. Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.
28
An attempt to establish a cross memory address failed. The ASCB for the target ASID did not pass validity checks. The first four bytes of the target ASCB did not contain the character 'ASCB'. Register 12 contains the address of the invalid ASCB.
2C
The work unit had addressability to an incorrect primary ASID. The low order halfword of register 12 contains the primary ASID number. Termination of the primary address space is the likely cause of this error.
30
The work unit had addressability to an incorrect secondary ASID. The low order halfword of register 11 contains the secondary ASID number. Termination of the secondary address space is the likely cause of this error.
34
Internal error. Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.
38
Internal error. Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.
3C
Internal error. Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

For the above listed reason codes, this abend may be normal. That is, if a work unit's primary or secondary address space ends or if the primary or secondary address space job step task ends, the required cross memory connection cannot be made and the work unit abnormally ends with abend X'058'. Search problem reporting databases for a fix for the problem. If no fix exists, use the reason code to perform a search in the IBM database and indicate the findings when reporting the problem to the IBM Support Center.

System action

The system abnormally ends the program that requested the cross memory service. The system may write a logrec data set error record.

Operator response

If the system programmer asks for an SVC dump, set the following SLIP trap:
SLIP SET,COMP=058,ACTION=SVCD,END

System programmer response

Do the following:
  1. Use the address in register 14 at the time of error to identify the module that requested the cross memory services.
  2. Search problem reporting data bases for a fix for the problem. If no fix exists, and the abend is not expected (e.g. the unit of work owning the cross memory resources was not ended), ask the operator to set a SLIP trap to obtain an SVC dump. Contact the component group associated with this module at the IBM Support Center. Provide the SVC dump, the reason code of the failure, and, if available, the logrec data set error record.

Source

Supervisor control

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014