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: 

Error message scenario

former_member1052991
Active Participant
0 Kudos

hi all,

when the following error messages will come while syntax check?

1. "&A" is not numeric

2.The field "&Y" has been defined already.

Can any one help me on this..

thanks,

murugan

2 REPLIES 2

Former Member
0 Kudos

Hi,

If a you define a variable more than once then "<variable> has already been delcared" (second screnario).

eg:

a type char01,
      a type char01.

Regards

Vinod

0 Kudos

hi vinod,

thanks for ur reply.. yeah i know that, but it ll give msg like '"&A" is already declared'.

but iwant the scenario for the msg "&A" is already defined.

thanks,

murugan