HLASM Programmer's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


ASMA036W

HLASM Programmer's Guide
SC26-4941-06

Reentrant check failed

Explanation

A machine instruction that might store data into a control section or common area when run has been detected. This message is generated only when reentrant checking is requested by the assembler option RENT or within an RSECT.

System action

The statement assembles as written.

Programmer response

If you want reentrant code, correct the instruction. Otherwise, for a control section that has not been defined by an RSECT instruction, you can suppress reentrancy checking by specifying NORENT as an assembler option. You cannot suppress reentrancy checking for a control section defined by an RSECT instruction.

Severity

4

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014