data have;
set sashelp.class;
run;
proc sql;
alter table have
add x num,y char(20);
select * from have;
quit;
Missed SAS Innovate in Orlando?
Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.