Debugger In Batch mode

Hi,

I have tried what you explain, but i get “reinput can be executed in batch mode”.
what can I do?
I can not run sysrdc because it is not installed in our place.

Thank You

Hi Hezi;

You mean “reinput can NOT be executed in batch mode”.

Which of course is true. REINPUT is designed to return control to an INPUT statement, which typically involves sending an error message to the screen (or regenerating a screen if the option FULL has been specified).

INPUT is not the norm for Batch (except to read data from the stack), hence the error message is perfectly reasonable. What were you trying to do with REINPUT in a Batch program? And what were you trying to do with the INPUT statement?

steve

I am trying to use debugger in batch mode:
link: http://tech.forums.softwareag.com/viewtopic.php?t=7113&C=23,18,24,20,21&sid=fea1e1c017fb295245a01de052f3202f[/url]