printing a field from mult records
Posted: Tue Feb 25, 2003 5:52 pm
I need to print info (same field) from 3 consecutive records on one line:____for example:__record# region key data__1 201 200210 55.2__2 201 200211 50.6__3 201 200212 49.6__4 202 200210 50.2 __5 202 200211 48.6__6 202 200212 50.0____The output should be__Region 201 55.2 50.6 49.6__Region 202 50.2 48.6 50.0____I need to keep this in numeric as I will also average at the end.____Thanks in advance for any help; I know someone out there has done this.__Rick Johnson