RWT-1005-00-F Invalid keyword or period missing in RED hdr AMB detected a clause beginning with a keyword other than CONTROL, CODE, PAGE, FIRST, LAST, HEADING, FOOTING, or WRITE in
the Report Description statement or the required period at the end of the Report description statement is missing.
RWT-1047-00-F Numeric 4 digits The integer specified for a PAGE LIMIT, FIRST DETAIL, LAST DETAIL, HEADING, or FOOTING or clause is greater than 4 digits.
RWT-1058-00-F Anim-debug overflow You exceeded the buffer limit (25) for consecutive debugger lines. A block of comments with more than 25 lines is probably
the cause.
RWT-2008-00-E Unmatched SUM-SOURCE-VALUE clause You coded a SUM, SOURCE, or VALUE clause for which there is no matching picture in the mock-up. Possibly, you did not
delete a SOURCE clause that you no longer reference in the mock-up. Or possibly, MOCKUP line statements do not accurately
match the lines specified for each group in the mock-up.
RWT-2013-00-E Improper beginning mock-up reference A MOCKUP statement specifies a line number outside the range of the report mock-up as its beginning line, or AMB found
a MOCKUP statement for a group mock-up.
RWT-2014-00-E Improper ending mock-up reference A MOCKUP statement using the INTEGER-1 through INTEGER-2 format, specifies a line number outside the range of the report
mock-up as its ending line (INTEGER-2).
RWT-2017-00-E PICTURE missing You did not follow the keyword designating a PICture or IS in a SUM/SOURCE/VALUE statement with a COBOL picture character.
RWT-2018-00-E Improper PICTURE no closing parens In a PICture clause of a SUM/SOURCE/VALUE or REFERENCE clause, AMB encountered an opening parenthesis following a valid
PICture character with no closing parenthesis.
RWT-2022-00-E RWT-2023-00-E Improper BLOCK CONTAINS clause Invalid BLOCK CONTAINS format. You coded the clause with something other than characters or records or you did not specify
an unsigned integer. If you coded the optional INTEGER-1 to INTEGER-2 format, INTEGER-2 is not an unsigned integer.
RWT-2040-00 Improper LINE clause Invalid LINE format, or INTEGER-1 is not a positive integer for the LINE NUMBER IS INTEGER-1 format, or INTEGER-2 is not
a positive integer for the LINE NUMBER plus INTEGER-2 format.
RWT-2041-00-E Improper NEXT GROUP clause Invalid NEXT GROUP format, or INTEGER-1 is not a positive integer for the NEXT GROUP IS INTEGER-1 format, or INTEGER-2
is not a positive integer for the NEXT GROUP IS PLUS INTEGER-2 format.
RWT-2044-00-E Improper JUSTIFIED clause Invalid JUSTIFIED format. You followed JUSTIFIED (or JUST) with something other than RIGHT, or you coded it with a clause
other than SOURCE, or you coded for a data item that is numeric.
RWT-2066-00-E Invalid continuation AMB encountered a hyphen (-) in column 7, or AMB encountered an ellipsis (...) as the opening word or symbol of a statement.
RWT-2091-00-E Unrecognized group type AMB encountered a group TYPE other than REPORT HEADING or REPORT FOOTING. Possibly you followed REPORT with something
other than HEADING or FOOTING.
RWT-2098-00-E -PAGE- invalid for group The PAGE keyword is invalid for PAGE HEADING because it always begins a new page. It is invalid for PAGE FOOTING because
it cannot begin a new page, and it is invalid for DETAIL because AMB only allows one type of detail.
RWT-3022-00-W NEXT GROUP improper You used a NEXT GROUP clause on a page heading, page footing, or report footing. This is not proper syntax for these groups.
RWT-3023-00-W No RED for In the REPORT clause of an FD, you specified a report-name that you did not define via a RED statement.
RWT-3024-00-W No FD for reportname You cannot match a report defined via a RED section header with any report record description. The report neither uses
the WRITE ROUTINE clause nor gets associated with an FD by a REPORT IS clause.