I have a problem with one of my cobol files and I am quite sure it is a problem with the length definition (and/or cobol data file itself relative to this definition).
Unfortunately the dataset is a sensitive customer file and cannot be shared with support for debugging purposes. Is there a way to turn on detailed traces such that the specific field and instance where the error occurred is identified. With this information I could correct the copybook and/or help the customer fix/identify what problem may exist in their data file.
Thanks,
Glenn
|
What's the thrown error message? HXTT Cobol will throw error when it met issue. It's impossible for you to trace the error since Cobol data format has many kinds of format and the raw data is machine binary code (even compressed or encoded).
|