Skip to Content
0
Former Member
Jan 11, 2011 at 01:02 AM

Script Logic negative values

49 Views

Hi,

I want to get data from a certain account (59im90000), once this is < 0 (negative), it is supposed to be multiplied by zero and saved in the same account.

I tried this logic but nothing happens... once typing :

*XDIM_MEMBER CUENTA = 59IM90000

*WHEN GET(CUENTA="59IM90000")

*IS <0

*REC(FACTOR=0,CUENTA="59IM90000")

*ENDWHEN

*COMMIT

After checking the log for the final account 59IM90000 (where the data is going to be saved) this account is non existent in the log.

What else can i do? I need help asap.

Thanx again.

Velázquez