Create the input data set INSURANCE. INSURANCE contains the number of years worked by all insured employees and their insurance ids.


data insurance;
   input YearsWorked 1 InsuranceID 3-5;
   datalines;
5 421
5 336
1 209
1 564
3 711
3 343
4 212
4 616
;