Difference Between DELETE and DROP In SAS
DELETE vs DROP In SAS As a general concept DELETE keyword delete rows from the SAS dataset. It means it only removes observations from the dataset and structure or metadata of that dataset remains intact. Whereas DROP keyword delete entire dataset by physically deleting data files, metadata files and index files if it exists. There … Read more