I’m using SAS EG with the setting to display data set results after code execution.
PROC SQL; CREATE TABLE displays the data set after execution.
PROC FEDSQL; CREATE TABLE doesn’t display the data set after execution.
Why is that? Is there an option in SAS or within EG to display automatically.