Diagnostic Messages

Error Messages

1039

MESSAGE

Missing string constant

 

CAUSE

Directive, such as .STRING,

 

 

.STRINGZ, .VERSION, or

 

 

.COPYRIGHT is present without a

 

 

string operand.

 

ACTION

Add missing quoted string after

 

 

directive.

1041

MESSAGE

Name required for %s

 

CAUSE

Directive, such as .IMPORT,

 

 

.EXPORT, .SPACE or .SUBSPA is not

 

 

followed by an valid identifier.

 

ACTION

Follow directive with a legal

 

 

identifier.

1044

MESSAGE

Name required for label

 

 

definition

 

CAUSE

.LABEL directive is not followed by a

 

 

legal identifier

 

ACTION

Add missing identifier after .LABEL

 

 

directive.

1045

MESSAGE

Name to be defined by .LABEL

 

 

must appear as operand.

 

CAUSE

The .LABEL directive cannot have an

 

 

identifier in column one.

 

ACTION

Place identifier after .LABEL

 

 

directive, not before it.

1046

MESSAGE

Duplicate definition of

 

 

symbol

 

CAUSE

The same identifier appeared more

 

 

than once in column one, or was

 

 

defined more than one time with a

 

 

.LABEL directive.

 

ACTION

Rename one of the labels.

1047

MESSAGE

Unmatched .PROCEND

162

Chapter 8