DESCRIBE TABLE writes the column names from DICTIONARY.MEMBERS to the SAS log.
proc sql;
   describe table dictionary.members;