In SAS Viya, what distinguishes the SAS Job Execution Service from the SAS Compute Service?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Here's the deal — b is correct because the SAS Job Execution Service exposes REST APIs for batch job lifecycle management (create, submit, monitor, retrieve output) enabling CI/CD and orchestration integrations. The SAS Compute Service manages interactive SAS programming sessions in SAS Studio.
Full explanation below image
Full Explanation
B is correct because the SAS Job Execution Service exposes REST APIs for batch job lifecycle management (create, submit, monitor, retrieve output) enabling CI/CD and orchestration integrations. The SAS Compute Service manages interactive SAS programming sessions in SAS Studio. A is wrong; both services can run SAS code including DATA steps. C is wrong; both support SAS and Python. D is wrong; both run on SAS compute infrastructure, not CAS workers.