Mastering the SAS DS2 Procedure: Advanced Data-Wrangling ...
4 Mastering the SAS DS2 Procedure: Advanced Data-Wrangling Techniques, Second Edition Figure 1.2: Serial Processing in the DATA Step versus DS2 Parallel Processing As you can see in Figure 1.2, the traditional SAS DATA step must process each row of data sequentially. By contrast, DS2 can use thread and data programs to process multiple rows of data simultaneously. Notice that both processes ...
Continue Reading...