I'm using the mFFH cobol facility to create a file trace in a managed cobol program. It's working file, but when I run cobfhrepro3 to produce a report of the trace, the file name on the report is only 30 bytes. I'm using a fully-qualified UNC path as the file name, and it's way more than 30 bytes.
Is there a way to tell the trace facility or cobfhrepro3 to display more than 30 bytes of the file name?
Just a bit of background...the program I'm tracing wasn't written by me, and was written in native cobol. I converted it to managed cobol so we could use it in a WCF service. After about 500 runs, the service crashed in the Micro Focus file handler. I'm guessing that there is a file that is not being closed, so the system is running out of file handles. Since the program uses a lot of files, I'm using the trace facility to try to match opens and closes.
Any help would be much appreciated.
Thanks!