News

If you have many rows to delete, you could use a macro variable for EMPID instead of the individual EMPID values to change the values more easily. %let empid='346917'; proc sql; delete from ...