Hi
Is it possible to modify the document retrieved from CMOD using ODWEK before presenting it to the user.
For example, if I want to delete/hide some lines (first 3 lines in every logical group) from the retrieved document before presenting it to the user.
I know that this can also be achieved while loading the document using the USER EXITS. But for doing this I should know C language.
So I am looking for an alternative.
Thanks
Pankaj.
Hi Pankaj.
You should be able to accomplish what you're asking for with an Output exit. And as far as I know, it must be written in C. C may be complicated, but it results in an extremely fast finished product.
-JD.