BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
asimraja
Fluorite | Level 6

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;

1 ACCEPTED SOLUTION

Accepted Solutions
2 REPLIES 2
Reeza
Super User

ods listing;

asimraja
Fluorite | Level 6

This worked! Thank you, Reeza! Smiley Happy

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 2142 views
  • 0 likes
  • 2 in conversation