You receive an "Invalid COBOL" error message in the COBOL Import Wizard in a Transaction Integrator (TI) project (884391)
The information in this article applies to:
- Microsoft Host Integration Server 2004
SYMPTOMSWhen you try to import a COBOL source file with the COBOL Import Wizard in a Transaction Integrator (TI) project in Microsoft Visual Studio .NET 2003, you may receive the following error message: Invalid COBOL syntax was found at the beginning of the file. This file may not contain any COBOL. CAUSEThis problem occurs in the COBOL Import Wizard when any one of the following statements starts in column 9. - IDENTIFICATION DIVISION
- ENVIRONMENT DIVISION
- CONFIGURATION SECTION
- DATA DIVISION
Note COBOL requirements state that these statements may occur in columns 8 through 11, but the current implementation only supports these statements that start in column 8. RESOLUTIONTo resolve this problem, modify the COBOL statements to start in column 8.STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
Modification Type: | Major | Last Reviewed: | 9/2/2004 |
---|
Keywords: | kbprb kbtshoot KB884391 kbAudDeveloper |
---|
|