Hey all!
Long time Base SAS user, recently moved to SAS EG.
I have a program (a lot of programs actually...) that has an extensive PROC DATASETS in it. Since moving to EG, it has started kicking out a long list of directory information to my output file. I'm not using ODS code at the moment to control which output goes directly to my final output file (that's a whole 'nother conversation...). So, how do I suppress the output from PROC DATASETS within the Datasets procedure?
Tasha
NOLIST option in the proc datasets statement.
NOLIST option in the proc datasets statement.
Thank you!
I should have listened to Google in the first place. When I tried to type in "PROC Datasets noprint" it came back with "Did you mean PROC Datasets nolist?" Apparently even Google knew the right answer.
I typically add both NODETAILS and NOLIST to the PROC DATASETS statement.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.