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


ASMA153S

HLASM Programmer's Guide
SC26-4941-06

START statement illegal - CSECT already begun

Explanation

A START statement occurred after the beginning of a control section.

System action

The statement is processed as a CSECT statement; any operand is ignored.

Programmer response

Ensure that the START precedes all machine instructions and any assembler instruction, such as EQU, that initiates a control section. If you want EQU statements before the START, place them in a dummy section (DSECT).

Severity

12

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014