data ds;
a=33.48 ;
b=285;
c=153.78 ;
d=102;
e=a+c;
run;
proc print data=ds;
run;
my requirement like this f=13.98%;
what is the logic for this value? plz tell me logic.
This is not a SAS problem, it's just playing around with numbers.
Use your pocket calculator.
You can format a value using
Format f percent12.2;
Note that 0.1 is 10.00%.
PS. I've once again modified your subject line to be more descriptive. Please use a descriptive title, full sentences and formulate clear questions.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.