Hi,
can I disable adding rows in which some variables are missing into my dataset?
Thanks
When do you experience null values being inserted into your data?
Haha good point, I mean inserted rows with some columns that contains missing values.
Use a WHERE clause where you exclude all observations having one or multiple variables with missing values.
You can use the CMISS() function for such a test.
I dont need excluding observation but prevent from not inserting them.
I found integrity constrains in proc datasets, hovewer I cant find option for preventing observation from deleting.
Please explain in detail what you have and what you're trying to achieve so can understand your problem and give you a suitable answer.
Using Integrity Constraints will protect your table against Inserting/Updating rows with values you don't want. BUT if an integrity constraint gets hit your job will throw an error and fail. Is that what you want?
There are no integrity constraints for "do not delete" except for referential integrity which prevents deletion of parent records when there are dependent child records in another table.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.