ASMA039S Location counter error

Explanation

The maximum location counter value has been exceeded. When the OBJECT or DECK assembler option is specified the maximum location counter value is X'FFFFFF'.

When the GOFF assembler option is specified the maximum location counter value is X'7FFFFFFF'.

System action

The assembly continues, however, the resulting code probably does not run correctly.

Programmer response

The probable cause is a high ORG statement value or a high START statement value. Correct the value or split up the control section.

Severity

12