Questions in DATA Step
Base code
Page 2 out of 4 Pages
- How can I suppress 'bad data' issues when making an explicit character to numeric conversion?
(23146 views) - How can I create a row count variable in DATA step and PROC SQL?
(52337 views) - Can I use the automatic variables _n_ and _error_ in PROC steps?
(18007 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 count instances of values with mixed response types stored in a group of variables in an observation?
(19605 views) - Can I count instances of values stored in a group of variables in an observation?
(19907 views) - Can I stop SAS from reading lines from a csv file where all values are missing?
(18804 views) - Can I 'inject' native HTML code into an ODS report?
(45160 views) - How can I avoid the message: "WARNING: The quoted string currently being processed has become more than 262 characters long. You may have unbalanced quotation marks."?
(31215 views)
Base code