SAS问题,急求

2025-06-26 11:40:43
推荐回答(1个)
回答1:

data A;
input Fee @@;
cards;
35 78 99 36 79
33 55 66
;