2022 Oct 19 12:38 PM
Hi All,
I am currently running a script in TCD mode.
I have just written simple message endmessage and included the TCD command inside it:
MESSAGE ( MSG_1 ).
TCD ( SE38 , SE38_1 ).
ENDMESSAGE ( MSG_2 ).
The issue here is I am getting duplicate entries in the application log of the report output. So, suppose the report output contains 5 msgs, my script shows 10 msgs.
Have you ever encountered this issue?