
Rick A. answered 03/25/19
Tutor
5
(33)
Experienced SAS Professional
Here is the correct syntax:
data raa;
x=2;
y=2;
z=3;
xsq=x**y;
xcube=x**z;
run;
Rick A. answered 03/25/19
Experienced SAS Professional
Here is the correct syntax:
data raa;
x=2;
y=2;
z=3;
xsq=x**y;
xcube=x**z;
run;
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.