PROC DATASETS is a very useful SAS Procedure to manage, manipulate and modify your SAS datasets. it is more efficient than performing the same tasks with a Data Step. PROC DATASET is efficient because it does not need to read in or write observations of datasets to make modifications to them.