If SPD Server cannot
process the implicit SQL pass-through query submitted to SAS PROC
SQL, PROC SQL simplifies the query and iteratively retries the simplified
query until it succeeds.
By default, SPD Server
does not report on implicit PROC SQL pass-through queries that fail
in the SAS log.
To turn on SPD Server
SQL implicit pass-through error reporting in the SAS log, set SPDSIPB
to YES via the SPDSIPB macro %let
SPDSIPB=yes;. An SQL pass-through failure is recorded
in the SAS log as a Note, not as an Error.