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


302

z/OS MVS System Codes
SA38-0665-00

302

Explanation

During processing of a POST macro, the system found an error in the caller's environment. Register 15 contains a hexadecimal reason code that explains the error:
Code
Explanation
04
The caller does not hold the home address space's local lock.
08
The caller does not have addressability to the home address space.
14
The caller does not hold the home address space's local lock.
18
The caller does not have addressability to the home address space.
24
The caller does not hold the home address space's local lock.
28
The caller does not have addressability to the home address space.
34
The caller does not hold the home address space's local lock.
38
The caller does not have addressability to the home address space.
3C
A disabled caller issued a POST macro with the LINKAGE=SYSTEM option.
40
A caller who held a lock issued a POST macro with the LINKAGE=SYSTEM option.
48
A caller who was not processing in primary address space control (ASC) mode issued a POST macro with the LINKAGE=SYSTEM option.
4C
A caller who was not authorized for a cross memory POST (XMPOST) issued a POST macro with the LINKAGE=SYSTEM option.

System action

The system abnormally ends the program that issued the POST macro.

Programmer response

This is probably an error in the calling program. Modify the code to allow the POST macro to be issued in the correct environment. Run the job again.

Source

Task management

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014