Date: Mon, 15 Apr 1996 09:32:56 EDT
Reply-To: rohan <BSKMU@CUNYVM.CUNY.EDU>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: rohan <BSKMU@CUNYVM.CUNY.EDU>
Subject: need help on this program
I would like to create the counts for each id like this. If any ane knows
please
post the answer or email me.
Input:
ID
----
AA
AA
BB
BB
BB
CC
DD
DD
DD
DD
OUTPUT:
ID CNT
---- ---
AA 2
AA 2
BB 1
BB 2
BB 3
CC 1
DD 1
DD 2
DD 3
DD 4
|