data have;
set sashelp.class;
run;
proc sql;
alter table have
add x num,y char(20);
select * from have;
quit;
2025 SAS Hackathon: There is still time!
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!