A data scientist uses PROC FEDSQL in SAS Viya to query data across heterogeneous sources. What is the primary advantage of PROC FEDSQL over PROC SQL in a Viya environment?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Here's the deal — b is correct because PROC FEDSQL leverages the SAS Viya federated SQL engine to run ANSI SQL against CAS tables and multiple heterogeneous data sources simultaneously, taking advantage of in-memory distributed processing. A is wrong because both procedures support macro variables.
Full explanation below image
Full Explanation
B is correct because PROC FEDSQL leverages the SAS Viya federated SQL engine to run ANSI SQL against CAS tables and multiple heterogeneous data sources simultaneously, taking advantage of in-memory distributed processing. A is wrong because both procedures support macro variables. C is wrong because FEDSQL is a query tool, not a feature selection tool. D is wrong because FEDSQL does not transpile to data step code.