Previous Topic: Syntax Error Messages

Next Topic: User Exits

ERPT280E

INCOMPATIBLE VARIABLE TYPE

Reason:

This message identifies a syntax error. You attempted to use a character type variable in a report other than a TAB, TAB2, or FLASHBACK report. The variable above the dollar sign ($) is invalid.

Action:

Change the invalid variable or specify a TAB, TAB2, or FLASHBACK report.

More information:

Syntax Error Messages

ERPT281W

RECORD CORRUPTION DETECTED, RECORD IGNORED: Xtype VAR=variable

Reason:

The Report Writer has detected a corrupt record. Type is the hexadecimal record type, and variable is the internal name of the variable that detected the corruption.

Action:

Specify the command OPTION(DUMP=CORRUPT) and rerun the report. All corrupt records are now printed in dump format. Then contact Technical Support.

ERPT282I

DCMPGS OUTPUT CREATED: LIBRARY-library.sublibrary MEMBER - member

Reason:

Report Writer created the output formatted for use with RView in the member identified by member in the library identified by library.sublibrary.

Action:

None.

ERPT286E

INVALID EXPRESSION

Reason:

You used the DEFINE command with the VAR operand to define a new variable, but it contains an invalid arithmetic expression.

Action:

Correct the invalid expression and rerun the report. Delimit all components, operators, and parentheses by blanks.

ERPT287E

DUPLICATE VARIABLE NAME - CHOOSE DIFFERENT NAME

Reason:

You used the DEFINE command with the VAR operand to define a new variable, but the name you chose for the new variable exists.

Action:

Provide a different variable name and rerun the report.

ERPT289I

RECORDS DECOMPRESSED: numrecs COMPRESSION FACTOR: factor %

Reason:

The Report Writer has read a series of compressed records.

numrecs

The number of records decompressed

factor

The compression factor.

Action:

None.

ERPT290E

INCOMPATIBLE OPERANDS SPECIFIED

Reason:

This message identifies a syntax error. You have specified two or more incompatible operands. The operand above the dollar sign ($) is incompatible with a prior operand.

Action:

Correct the error and resubmit the report.

More information:

Syntax Error Messages