Hi Suryakiran, Thank you for your reply. I'm trying to find the columns that are used. Not the available ones. I wonder whether it is possible to generate a list like this: SAS Program name ABC uses column Database1.Schema1.Table1.Column1 and Database1.Schema1.Table1.Column2 and Database1.Schema1.Table1.Column5 and Database1.Schema1.Table5.Column1 and Database2.Schema1.Table1.Column1 etc.
... View more