Then the binder should have given you a warning about the 3 byte adcon. Even though warnings tend to have the "acceptable" rc=4, they should still be examined.
On Tue, 28 Aug 2012 21:18:02 GMT "[email protected]" <[email protected]> wrote: :>Thanks For Responding :>RMODE is actually ANY :>But I see Your Point. :>I will try using the satement You provided :>DC A(ECB$REFRESH+X'80000000') :> :> :>---------- Original Message ---------- :>From: "McKown, John" <[email protected]> :>To: [email protected] :>Subject: Re: SYSTEM COMPLETION CODE=201 :>Date: Tue, 28 Aug 2012 15:29:11 -0500 :> :>What is your RMODE? If you look at your last ECB pointer, you have :> :> DC X'80' :> DC AL3(ECB$REFRESH) :> :>This means that ECB$REFRESH *must* be in RMODE(24) storage. Try replacing those two statements with: :> DC A(ECB$REFRESH+X'80000000') -- Binyamin Dissen <[email protected]> http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel Should you use the mailblocks package and expect a response from me, you should preauthorize the dissensoftware.com domain. I very rarely bother responding to challenge/response systems, especially those from irresponsible companies.
