Hi,
I'm currently trying to read a ACUCOBOL file and I'm getting the following error: "D TIROL?A??"J does not match pattern 9(15) for f01-kapital
java.sql.SQLException: D TIROL?A??"J does not match pattern 9(15) for f01-kapital". The database is not parsed in the right way or something like this.
Thank you for your help.
Best regards,
Mihai
|
Usually it means that your FD file contains invalid description information. You can email us it for check purpose.
|
> select test-file
> assign to disk "testfile.dat"
> with compression
> organization is indexed
> access is dynamic
> record key is test-key.
With compression is supported according to only a few samples which wer provided by users. If your sample can't be detected, please provide sample.
With cryption is unsupported.
|