data have_1;
input firm;
datalines;
1
2
;
data have_2;
input date :ddmmyy10.;
format date ddmmyy10.;
datalines;
12/08/2017
22/12/2018
06/10/2019
;
data want;
set have_1;
do i=1 to n;
set have_2 point=i nobs=n;
output;
end;
run;
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss. Register now and save with the early bird rate—just $795!