Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Code Inspector - Dead code

Former Member
0 Likes
1,035

Hi,

It is showing 2 errors for Dead code in code inspector.What i need to check.It is not giving any reason also.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
771

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.

3 REPLIES 3
Read only

Sm1tje
Active Contributor
0 Likes
771

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?

Read only

Former Member
0 Likes
773

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.

Read only

anibal_alonso
Explorer
0 Likes
771

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