I need to obtain a list of namespaces, databases, and tables in Caché so I can loop through each and query various things (like row counts).
I've seen this, but it only lists the databases within the %SYS namespace.
I know I can use LIST^%NSP
in the terminal to obtain a list of namespaces, but it has extra text ("Here are the defined namespaces:") that I don't want to have to parse. Plus, I really would like to stick to SQL queries if possible.
Thanks