Hi I m using below query proc sql; update Work.Sim_re_BERM set L9BE_C=max(0,L9_C*(L9BE/L9)), L9RM_C=L9_C - calculated L9BE_C; Quit; This is throwing an ERROR: The illegal use of a CALCULATED variable has been detected in an UPDATE statement.
... View more