I don't have any experience with Report Writer in managed or unmanaged COBOL, I'm afraid. However, my initial guess is that a generated method needs to be decorated with the MicroFocus.COBOL.Info.Callable attribute. You could try adding "attribute Callable" to the method-id in WYE39P, along these lines: method-id InstanceMethod attribute MicroFocus.COBOL.Info.Callable. You might need to add that attribute declaration to the class-id as well. If that fixes it, then you should ask your support rep to raise an RPI against Report Writer, I think.
↧