Application Development 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: 

PERFORMANCE ERROR

Former Member
0 Kudos

Hi

when check for report performance in code inspector i am getting the error

error:

program znewtest include znewtest row 000208 column 0000 char string w/o text will not be translated.

please can tell me how to slove the problem.

regards,

sivakumar

1 REPLY 1

suresh_datti
Active Contributor
0 Kudos

Did you hardocde any tex in the line 208 of the include znewtest? if yes, you can use a text symbol to eliminate the error ie replace the hard coded text with something like..

'Use text symbol'(t01).

Double click on t01, save the text & activate bot the program & hte text symbol.

SCI now will not show this error.

~Suresh