APS-CB2

Category: COBOL-II.

1000-00-W    TOO MANY ARGUMENTS IN PARAGRAPH paragraph name

You specified too many arguments after a paragraph. The size of the buffer that stores these arguments depends on the memory available at execution time.

Resolution:

Check for the available memory and/or missing right parenthesis.

1002-00-E    OPENING filename

Cannot open the file.

Resolution:

Check for the attributes and the existence of the file.

1003-00-E   FIRST PASS FAILED; UNABLE TO CONTINUE

This error occurs while parsing the program in the first pass.

Resolution:

Check spelling of Division, syntax of TRUE and FALSE statements and the format of paragraph header with arguments list.

1010-00-W    FOUND UNEXPECTED divisionname DIVISION ON LINE linenumber

APS found a division at the wrong place in the program.

Resolution:

Check for the order of all COBOL divisions coded.

1100-00-E    SEARCHING FOR PARAGRAPH HEADER

Found a paragraph header specified in COBOL region B.

Resolution:

Check for invalid placement of the period.

1201-00-E    BLOCK STACK UNDERFLOW...

APS found an extra end of block statement.

Resolution:

Check for the extra end of block statement like END-IF, END-PERFORM, ... .

1202-00-E    FILE IDENTIFIER STACK UNDERFLOW...

Internal error.

Resolution:

Call the product support for assistance.

1203-00-E   REPEAT STACK UNDERFLOW...

Internal error.

Resolution:

Call the product support for assistance.

1204-00-E   STATEMENT STACK UNDERFLOW...

Internal error.

Resolution:

Call the product support for assistance.

1300-00-E    UNABLE TO TRANSLATE INDEX INITIALIZATION IN REPEAT VARYING

This error occurs when you use an index on a FROM clause in a REPEAT VARYING statement with a complex expression.

Resolution:

Break up the complex expression to multiple SET index UP/DOWN statements.

1301-00-E    CANNOT FIND BEGINNING OF STATEMENT

APS could not recognize the beginning of the statement.

Resolution:

Correct the code.

1302-00-E   INVALID LITERAL CONTINUATION ON LINE linenumber

The syntax for the continuation literal is incorrect.

Resolution:

Correct the code.

1303-00-E   UNABLE TO TRANSLATE INDEX INCREMENT/DECREMENT ON LINE linenumber

Syntax for Index Increment/Decrement is incorrect or too complex. APS expects a plus or minus sign for the Index Increment or Decrement statement.

Resolution:

Correct syntax of Index Increment/Decrement statement.

1400-00-W    AMBIGUOUS UNTIL AFTER PERFORM ON LINE linenumber

APS found UNTIL verb at the beginning of a statement following a complete PERFORM statement.

Resolution:

Move the UNTIL to the end of the previous line or use ellipses '...' to continue the PERFORM statement.

1401-00-W   AMBIGUOUS INDENT verb ON LINE linenumber COLUMN

Definition: APS found a verb at the beginning of a statement indented under a following statement that could have an exception clause like: ADD, COMPUTE, ... statement.

Resolution:

If you indented the statement for the exception clause, no action required. Otherwise change the indentation to line up with the previous statement.

1402-00-W   AMBIGUOUS OUTDENT verb ON LINE linenumber COLUMN

APS found a verb at the beginning of a statement that could end the indentation of the previous statement.

Resolution:

If the statement should end the exception clause, no action required. Otherwise fix the indentation to line up with the previous statement.

1403-00-W   AMBIGUOUS ELSE AFTER verb STATEMENT ON LINE linenumber COLUMN

An ELSE found after a nested IF statement which based on the indentation belongs to the outer IF statement with the same indentation.

Resolution:

If the indentation rule applies, no action required. Otherwise change the indentation to line up with the correct IF statement or code an END-IF statement.

1500-00-E   EVALUATE OR SEARCH WAS TERMINATED WHEN ENCOUNTERED ON LINE linenumber

A WHEN statement found after an EVALUATE statement was previously terminated either by indentation or an END-EVALUATE statement.

Resolution:

Move the WHEN statement and statement block before the END-EVALUATE statement or fix the indentation to line up under the EVALUATE statement.

1999-00-E    FOUND UNEXPECTED token ON LINE linenumber

Grammatical or syntax error found.

Resolution:

Check the syntax in the APS or COBOL II documentation.

2000-00-F    TOKEN BUFFER CAPACITY OF tokenbuffersize EXCEEDED

Internal error. Tokens including white spaces cannot exceed 4094 bytes.

Resolution:

Call the product support for assistance.

2001-00-E    ENCOUNTERED EOF BEFORE LAST CHARACTER

APS found an end of file marker before collecting all characters for a token. For example, an alpha-numeric literal.

Resolution:

Check for a missing quote at the end of the program or an end of file marker in a string.

2002-00-E    INSTALLING ENTRY POINT

Internal error. When bringing up APS.

Resolution:

Call the product support for assistance.

2003-00-S   FOUND UNHANDLED STATE CAUSED BY

Internal error.

Resolution:

Call the product support for assistance.


Copyright © 2002 Micro Focus International Limited. All rights reserved.
This document and the proprietary marks and names used herein are protected by international law.