Hi,
I would like to know if it is possible to refresh the COBOL editor after running the preprocessor. I'm using RDz 8.5.1.3
let me try to describe what I try to do:
(1) I opened in a file "A" for example using the COBOL editor;
(2) I start the preprocessor that runs a REXX program. The REXX program replaces the current file A by a new one.
When this process is done, I expect to have in my COBOL editor the new file but there is no refresh and the editor is still showing the original A file. Why?
how can I solve this issue? May be using an API?
thanks
Eric