call symput('theta',arcos(Variable1)); I was trying to compute the arcos of Variable1, whose value is much greater than 1. Obviously, any value gt 1 is not a valid input argument for the function arcos() . I wonder if there is any clever way to bypass the restriction? While on the subject, can I assign complex value to a variable in SAS?
... View more