hi
in code given below what is the significance of MEMORY-ID ,
***
*import c from memory id 'CID'.
*c = c + 1.
*clear p.
*p = c mod 2.
*if p is not initial. " adding 0.01 to the characteristic value for p.o amt.
*e_cekko-GNETW = e_cekko-GNETW + '0.01'.
*else.
*e_cekko-GNETW = e_cekko-GNETW - '0.01'.
*export c to memory id 'CID'.
***
*endif.
every time i am executing program , it always have P NOT INITIAL
can i use this without using MEMORY ID .as C and P is declared here it self in program.