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


ASMA038S

HLASM Programmer's Guide
SC26-4941-06

Operand value falls outside of current section/LOCTR

Explanation

An ORG statement specifies a location outside the control section or the LOCTR in which the ORG is used. ORG cannot force a change to another section or LOCTR.

System action

The statement is ignored.

Programmer response

Change the ORG statement if it is wrong. Otherwise, insert a CSECT, DSECT, COM, or LOCTR statement to set the location counter to the correct section before the ORG statement is processed.

Severity

12

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014