This section describes error messages of the IDL Extractor for PL/I.
The messages have the format:
2007nnnn
where | 2007 | is the message class, and |
nnnn | is the message number in the range 0000 - 9999 |
20070003 | 20070009 | 20070011 | 20070012 | 20070030 | 20070031 | 20070032 | 20070033 | 20070034 | 20070035 | 20070036 | 20070037 | 20070038 | 20070039 | 20070041 | 20070042
20070003 | Self-referencing structure |
Explanation |
Direct or indirect self-referencing structure definition - not supported. |
Action |
Check source code. |
20070009 | Unexpected object |
Explanation |
Internal error. |
Action |
Contact Software AG support. |
20070011 | Parsing error |
Explanation |
Insufficient or not allowed input data. |
Action |
Check source code. |
20070012 | Cannot load file |
Explanation |
The specified file could not be loaded. |
Action |
Check file name and path. |
20070030 | Nested exception |
Explanation |
Other component throws an exception. |
Action |
Check documentation of encapsulated exception. |
20070031 | IMS file not found |
Explanation |
Cannot load file which contains the IMS parameter. |
Action |
Check path and file name. |
20070032 | Attribute is not supported |
Explanation |
The attribute of the parameter is not currently supported. |
Action |
Check source code. |
20070033 | Size is not supported |
Explanation |
The size of the parameter is not currently supported. |
Action |
Check source code. |
20070034 | Print character is not supported |
Explanation |
The print character in a |
Action |
Check source code. |
20070035 | Precision is not supported |
Explanation |
The precision of the parameter is not supported. |
Action |
Check source code. |
20070036 | Precision of fractional digits is not supported |
Explanation |
The precision of the fractional digits of the parameter data type declaration is not supported. |
Action |
Check source code. |
20070037 | Procedure not found |
Explanation |
No procedure statement in source code found. |
Action |
Check source code. |
20070038 | Dimension is not supported |
Explanation |
The dimension is not supported. |
Action |
Check source code. |
20070039 | Declaration is not supported |
Explanation |
The declaration is unsupported. |
Action |
Check source code. |
20070041 | Procedure without parameter is not supported |
Explanation |
The procedure has no parameters, the Software AG IDL does not support this kind of call. |
Action |
If possible, add a dummy parameter to the procedure in the PL/I source code. |
20070042 | Unaligned is not supported |
Explanation |
The unaligned attribute is unsupported. |
Action |
Check source code. |