i AM RUNNING THIS CODE AND GETTING THE below results...the problem is I can't use the data because there too many fields for each Account number. I need 1 account number and have all the varcode fields follow it.
SELECT COMPANY, ACCT, SECTION, VARCODE, VARTEXT, REPORTED
FROM CLDICTIONARY AS...