Inactive Tutor answered 04/21/19
Tutor
New to Wyzant
Could you preface the PROC SQL step with a DATA step?
data temp;
set mylib.myfile(obs=1000);
run;
PROC SQL;
SELECT ..... FROM TEMP .....
Inactive Tutor answered 04/21/19
Could you preface the PROC SQL step with a DATA step?
data temp;
set mylib.myfile(obs=1000);
run;
PROC SQL;
SELECT ..... FROM TEMP .....
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.