ā2009 Nov 16 7:37 AM
Hi,
It is showing 2 errors for Dead code in code inspector.What i need to check.It is not giving any reason also.
ā2009 Nov 16 7:44 AM
Hi,
As per my Understanding, dead code is the code you no more require for program but still its included in the program. Check if it is not required, if not then youi can delete it.
Regards,
Vaishali.
ā2009 Nov 16 7:41 AM
At least show the lines of code it is referring to. How are we supposed to help if you are providing info which is next to nothing?
ā2009 Nov 16 7:44 AM
Hi,
As per my Understanding, dead code is the code you no more require for program but still its included in the program. Check if it is not required, if not then youi can delete it.
Regards,
Vaishali.
ā2015 Oct 02 3:23 PM
Hi, I have the same problem, and I don`t understand. This is my code:
*&---------------------------------------------------------------------*
*& Report ZPRUEBA_CI
*&
*&---------------------------------------------------------------------*
*&
*&
*&---------------------------------------------------------------------*
REPORT ZPRUEBA_CI MESSAGE-ID zmm_0038.
INITIALIZATION.
do 30 times.
WRITE '0'.
enddo.
And this is the error:
thanks, regards