Summary
PROC DATASETS is a useful tool to manage, manipulate and modify SAS datasets, often more efficiently than a Data Step.
1
It can be used to modify a dataset's attributes such as variable name, format/informat and label
2
, as well as to show the datasets contained in a library.
2
It can also be used to copy, move, select and erase datasets.
3
According to
Summary
PROC DATASETS is not only a very useful tool to manage, manipulate and modify your SAS datasets, but it is often much more efficient than preforming the same tasks with a Data Step.
5 Ways to Use Proc Datasets - SASCrunch.com
sascrunch.com
Unable to generate a short snippet for this page, sorry about that.
SAS Help Center
sas.com
Unable to generate a short snippet for this page, sorry about that.
sas.com
Summary
proc datasets allows to modify a data set's attribute such as variable name, format/informat and label.
However, proc dataset cannot be used to change a variable's length or data type .
proc dataset can be used to show the data sets contained in a library
Github
SAS: proc datasets
renenyffenegger.ch
Summary
This guide explains how to use the PROC DATASETS statement to copy, move, select, and erase datasets. It explains the basic differences between copying and moving datasets, as copying will result in two copies of the datasets, while moving the dataset to a new location and erasing the original one. Finally, it provides a demonstration of how to use the MOVE option with COPY statements to move the dataset to a new location.
SAS Guide - PROC DATASETS - COPY, MOVE, SELECT & EXCLUDE Statements
google.com
Unable to generate a short snippet for this page, sorry about that.
lexjansen.com
copying SAS datasets between libraries.They provide much more control over what data sets ... PROC COPY Procedure or the COPY statement in the PROC DATASET ...
How To Copy Datasets In SAS? - 9TO5SAS
9to5sas.com
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 ...
Ten Quick Uses Of Proc Datasets - 9TO5SAS
9to5sas.com