Hi Gurus
Can anyone tell me why does the debug skips a PERFORM command pointing to an implicit program, (such as in the following line of code)?
PERFORM SPEZIAL_DD_RANGES_AENDERN IN PROGRAM (LIS_PROGNAME) IF FOUND.
In fact, when debugging the main program, the runtime environment will not point to LIS_PROGNAME even if the program is found (which is the case). Instead it will skip it.
Thanks
Nuno Natividade