The "Run Region" feature might produce duplicate results in SAS® Studio


The Run Region feature in SAS Studio on the SAS® Viya® platform might produce duplicate output in the Results window. This problem is most likely to occur when both of the following are true:

This problem occurs because the closing wrapping code in SAS Studio contains the RUN;QUIT; statements.

To close the procedure and prevent the duplicate output, add a QUIT; statement after the last RUN; statement within the Run-Group Processing procedure.