Previous Topic: FMT Compiler MessagesNext Topic: Command Interface Messages


TNT Compiler Messages

The TNT compiler can issue the following return codes and messages:

Return code

Message

226001

'EJECT' NOT ALONE ON CARD. TOKEN ASSUMED

EJECT must appear as the only entry on the card, unless the function of the card is to be other than that of a compiler directive.

Severity: W

226002

INVALID 'SPACE' COMMAND PARAMETER

SPACE must be followed by a blank and, optionally, a one-digit number greater than zero that indicates the number of lines to be spaced.

Severity: W

226003

'SPACE' NOT ALONE ON CARD. TOKEN ASSUMED

SPACE must appear as the only entry on the card, unless the function of the card is to be other than that of a compiler directive.

Severity: W

226004

SEQUENCE ERROR. RUN ABORTED.

Statements must be in sequential order.

Severity: F

226005

STRING EXCEEDS MAXIMUM OR AVAILABLE LENGTH

The number of characters in the character string specified exceeds the length that is allowed for this particular parameter.

Severity: E

226006

HEX STRING EXCEEDS MAXIMUM OR AVAILABLE LENGTH

The number of characters in the hexadecimal string specified exceeds the length that is allowed for this particular parameter.

Severity: E

226007

HEX STRING CONTAINS INVALID CHARACTERS

Nonhexadecimal characters appear in the hexadecimal string specified.

Severity: E

226008

DIAGNOSTIC TABLE SIZE EXCEEDED. TOO MANY ERRORS

Too many errors have occurred, causing an overflow of the diagnostic table. Correct the previous error.

Severity: F

226009

INVALID ICTL PARAMETER SPECIFICATION

The input control parameter was specified incorrectly. Check the syntax.

Severity: E

226010

INVALID OCTL PARAMETER SPECIFICATION

The output control parameter was specified incorrectly. Check the syntax.

Severity: E

226011

INVALID ISEQ PARAMETER SPECIFICATION

The input sequence parameter was specified incorrectly. Check the syntax.

Severity: E

226012

INVALID CORE SIZE PARAMETER SPECIFICATION

Severity: E

226013

UNEXPECTED END OF FILE (PERIOD MISSING)

Invalid syntax has been encountered. Check for missing periods.

Severity: F

226014

INVALID KEYWORD, SKIPPING TO NEXT STATEMENT

The keyword encountered is not valid. Compilation resumes with the next statement.

Severity: E

226015

EXPECTED PERIOD, SKIPPING TO NEXT STATEMENT

A period is missing after a statement. Statements must end with a period.

Severity: E

226016

INVALID TNT NAME SPECIFICATION

A TNT name must be a 1- to 8-character alphanumeric string.

Severity: E

226017

INVALID SUBSCHEMA NAME SPECIFICATION

The subschema was specified incorrectly. Check the syntax.

Severity: E

226018

INTERNAL WORK AREA SIZE EXCEEDED

The work area is too small. Check the buffer size specification.

Severity: F

226019

DUPLICATE TASK NAME

The task name must be unique.

Severity: E

226020

INVALID TASK NAME SPECIFICATION

The task name was specified incorrectly. Check the syntax.

Severity: E