Questions in PROC SQL
Coding with the SQL Procedure
Page 1 out of 2 Pages
- Does PROC SQL support name ranges in summary functions?
(7404 views) - Is it possible to generate a shorthand SELECT Clause in PROC SQL with every column 'except' those listed?
(27493 views) - Is there a facility in PROC SQL to repeat a value down a BY-GROUP in a column, similar to the RETAIN Statement in DATA Step?
(15887 views) - How can I create a row count variable in DATA step and PROC SQL?
(52337 views) - Can I stop the "WARNING: This CREATE TABLE statement recursively references the target table. A consequence of this is a possible data integrity problem" message when creating a table in PROC SQL?
(50798 views) - How can I build sample datasets to perform fuzzy matches?
(39268 views) - Can I exclude certain columns from the select * clause?
(16120 views) - How can I compare two datasets with similarly-named variables by joining them horizontally?
(28552 views) - Is it possible to perform a merge where key values are split across two columns?
(14546 views) - Is there an equivalent for the COALESCE function to find the first non-missing value in a column, rather than a row?
(17351 views)
Coding with the SQL Procedure