News

To find out more information on a table, use the FEEDBACK option or the CONTENTS statement in the DATASETS procedure. The DESCRIBE VIEW statement writes a view definition to the SAS log. If you use a ...
Because DICTIONARY tables are SAS data views, you can use a DESCRIBE TABLE statement in PROC SQL, or you can use the SAS Explorer window to examine their contents. Depending on how you use SAS, some ...
I need to describe a bunch of tables programatically (i.e. get their attribute names and corresponding data types). I can use Describe <I>table </I> on them in the SQL window, but when I try to ...