I want the output from CONTENTS statement to go to LOG window. Is that possible?
proc datasets library=sashelp memtype=data nofs; run; contents data=class; run; quit;