PROC DATASETS (copy, move, kill, save, modify, rename, delete datasets)

PROC DATASETS is one of the important procedures in SAS.

It is very much useful in managing SAS datasets in bulk without actually changing the data .

Its usefulness lies in that unlike data step it wont iterate the observations instead will work directly on the metadata to do the changes.

Hence it is much more efficient and powerful than most of its counter parts.

With the following discussion we will look at each of the important tasks which can be carried out using PROC DATASETS.

Here we are going to learn following topics