Hi,
In the following cose, I closed the ODS Listing, as the "Output" window kept getting full. However, I'm unable to write to the "Output" window now. I tried "ods listing all;", "ods listing show;", etc but nothing works. Please advise. Thank you in advance!
ods CSV file="&out_path./total_desc.csv" ;
***Don't print to Listing/Output***;
ods listing close;
proc print data=total_desc;
run;
***Code to open ODS listing***;
ods CSV close;
ods listing;
ods listing;
This worked! Thank you, Reeza! ![]()
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
Explore Now →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.