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

regarding perfromance issues

Former Member
0 Likes
708

Hi

i am using SLIN and i am unbale to know few things what it is showing

1.the variables that i have defined and the strucutres

it is saying <b>IG_PA0015[] is not referenced statically in the program</b> like wise it is saying for all the structures that i have defined

2.the second message that i am unable to undersatnd is that <b>Line contains a single period</b>.

can you help me in knowig why it is saying this

thanks and regards

1 ACCEPTED SOLUTION
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
666

Hi

i am using SLIN and i am unbale to know few things what it is showing

1.the variables that i have defined and the strucutres

it is saying IG_PA0015[] is not referenced statically in the program like wise it is saying for all the structures that i have defined:

May be u defined this structure but not used anywhere in the report.

2.the second message that i am unable to undersatnd is that Line contains a single period.

Some dead code it seems. like u have a statement <b>'.'</b> in ur report.

Regards,

Sree

Hi

i am using SLIN and i am unbale to know few things what it is showing

1.the variables that i have defined and the strucutres

it is saying <b>IG_PA0015[] is not referenced statically in the program</b> like wise it is saying for all the structures that i have defined

2.the second message that i am unable to undersatnd is that <b>Line contains a single period</b>.

can you help me in knowig why it is saying this

thanks and regards

3 REPLIES 3
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
667

Hi

i am using SLIN and i am unbale to know few things what it is showing

1.the variables that i have defined and the strucutres

it is saying IG_PA0015[] is not referenced statically in the program like wise it is saying for all the structures that i have defined:

May be u defined this structure but not used anywhere in the report.

2.the second message that i am unable to undersatnd is that Line contains a single period.

Some dead code it seems. like u have a statement <b>'.'</b> in ur report.

Regards,

Sree

Read only

Former Member
0 Likes
666

Hi,

for

1. The Internal table is not used in any where in the coding - remove this itab

2. If more than one period is there then alos it shows error remove the same

Regards

Shiva

Read only

Former Member
0 Likes
666

Hi,

For the first one, as sree ram told that is the reason.

For the second one thats because in a single line u might have used two periods like <b>..</b>.

Thanks & Regards

Santhosh