Message Class 2006 - IDL Extractor for COBOL

This document describes error messages of the IDL Extractor for COBOL.

The messages have the format:

2006nnnn

where 2006 is the message class, and
nnnn is the message number in the range 0000 - 9999

Overview of Messages

20060002 | 20060004 | 20060010 | 20060020 | 20060030 | 20060031 | 20060041 | 20060047 | 20060048

20060002 Syntax error
Explanation

Parser read an unexpected token.

Action

Check and correct specified line.


20060004 Invalid COBOL continuation
Explanation

Found COBOL continuation in first line of source code. This is not allowed.

Action

Correct the first line of source code so that it does not contain a continuation line.


20060010 Redefine base not found
Explanation

The redefine base is not well defined for specified redefine path.

Action

Ensure that redefining parameter is referencing an existing parameter.


20060020 Referenced file name not found
Explanation

Referenced file could not be loaded.

Action

Check source code for correct file reference or that the referenced file exists on the file system.


20060030 Nested exception
Explanation

Other component throws an exception.

Action

Check documentation of encapsulated exception.


20060031 IMS file not found
Explanation

Parser could not find referenced IMS file.

Action

Check source code for correct file reference or that the referenced file exists on the file system.


20060041 Procedure does not contain any parameters
Explanation

Specified procedure has no parameters; the Software AG IDL does not support this type of call.

Action

If possible, add a dummy parameter to the procedure in the source code.


20060047 Storage is empty
Explanation

Internal error.

Action

Contact Software AG support and provide the source to be extracted.


20060048 Internal error
Explanation

Internal error.

Action

Contact Software AG support and provide the source to be extracted.