ASMA038S 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