Questions in PROC SQL
Coding with the SQL Procedure
Page 1 out of 2 Pages
- Does PROC SQL support name ranges in summary functions?
(7505 views) - Is it possible to generate a shorthand SELECT Clause in PROC SQL with every column 'except' those listed?
(27713 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?
(16018 views) - How can I create a row count variable in DATA step and PROC SQL?
(52574 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?
(51060 views) - How can I build sample datasets to perform fuzzy matches?
(39469 views) - Can I exclude certain columns from the select * clause?
(16231 views) - How can I compare two datasets with similarly-named variables by joining them horizontally?
(28767 views) - Is it possible to perform a merge where key values are split across two columns?
(14652 views) - Is there an equivalent for the COALESCE function to find the first non-missing value in a column, rather than a row?
(17463 views)
Coding with the SQL Procedure