Search notes:

SAS: proc sql - optimizer

The SQL optimizer analyzes submitted SQL statements and creates an execution plan (aka: run plan?). The goal of the optimizer is to create the plan such that the query is run optimally (perforamance wise? ressource wise?).
The details of the execution plan can be examined with the _method and _tree option.

Index