proc print data=orion.order_fact;
where total_retail_price GE 500;
sum total_retail_price;
run;
I can see 40 result in the result window. But I had to count number of oberervation. I know I can check that in log window. but I want to know if there is a way to get/assign seq in result window to whatever result comes. in this case I am expecting to see the entire data set in the result window where total_retail_price GE 500. data set has total 100 obersvation. becuase I am using where condition, it gives me 40 obeservation. again I can see that in log windown. but I want to see like SEQ in the result window so that when I go to the bottom of the result page, I can see total observation.
nevermind. I can see that in obs.
nevermind. I can see that in obs.
Then mark your topic as solved.
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 lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.