From: Hudson R. <hud...@so...> - 2002-08-13 23:44:57
|
Hi Binyamin, > I believe INDEXED BY variables are implicitly defined (at least in IBM COBOL). Unfortunatelly I don't know. I will look in ISO/IEC draft. > The MOVE 1 to I should have generated a compiler error. The correct > instruction is SET I TO 1. Ok, I got it. > As you have never specified a value for I the results are random, including > references to undefined storage. Ok, I got it. > Looks like a compiler bug. Thanks to your help! :) Regards, Hudson |