News

How To View a Summary of a Dictionary Table The DESCRIBE TABLE statement in PROC SQL produces a summary of the contents of a dictionary table. Here is an example of using the DESCRIBE TABLE statement ...
PROC SQL allows you to specify the ORDER BY clause in the CREATE VIEW statement. Every time a view is accessed, its data are sorted and displayed as specified by the ORDER BY clause. This sorting on ...