InterviewSolution
Saved Bookmarks
| 1. |
Explain The Main Difference Between The Nodup And Nodupkey Options? |
|
Answer» The NODUP in the SAS is USED to compare the entire variables that contain in our DATASET, whereas the NODUPKEY is used to DIFFERENTIATE the BY variables. The NODUP in the SAS is used to compare the entire variables that contain in our dataset, whereas the NODUPKEY is used to differentiate the BY variables. |
|