‎2008 Aug 18 10:45 AM
Hi,
DATA %COUNT-MARA(4) TYPE X.
DATA %LINR-MARA(2).
What does this symbol '%' represent in the above declaration..???
‎2008 Aug 18 11:11 AM
Hi,
When you see the above type of declaration, it is to identify that the part of code is 'System Generated Variables'.
Regards,
Bhupal
‎2008 Aug 18 11:00 AM
Hi,
it's just part of the variable-name, but this is no longer allowed in unicode-programms.
Felix
‎2008 Aug 18 11:09 AM
Hi Mr. A,
Just an old way of writting code and as already mentioned in the above reply it aint supported in unicode programs now.
Have A Good Day
Chaitanya.
‎2008 Aug 18 11:11 AM
Hi,
When you see the above type of declaration, it is to identify that the part of code is 'System Generated Variables'.
Regards,
Bhupal
‎2008 Aug 18 11:13 AM
Hi,
The way it had declared was allowed NON-UNICODE programs... but not allowed in UNICODE versions...
Like that even hyphen '-' was also used in some programs but that is even not allowed in UNICODE Versions...
Hope this would help you.
Good luck.
Narin
‎2008 Aug 18 11:13 AM
Hi,
As already mentioned by others, it is the syntax for declaring object that are obsolete in upgrade version of unicode enable.
So better not to go with the syntax.
Regards,
Sujit