Hi Eze,
if more than 3 GET statements do not work then you could try separate *WHEN / *ENDWHEN statements.
*WHEN ACCOUNT
*IS JJJ
*REC(first version)
*ENDWHEN
*COMMIT
*WHEN ACCOUNT
*IS JJJ
*REC(second version)
*ENDWHEN
*COMMIT
That will run slow but might be worth a try.
As an alternative to script logic you could use the Account Based Calculation business rule.
BR,
Arnold