Multiple choice technology databases Which of the follwing statement is correct regarding the PROC COPY procedure ? PROC COPY will be used to copy files from one library to another library PROC COPY copies columns from one dataset to another Proc Copy copies oberservations from one library to another All of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation PROC COPY in SAS copies entire SAS datasets from one library to another. It operates at the dataset/file level, not at the individual column or observation level.