InterSystems FAQ rubric
It can be obtained with a List query of the %SYS.Namespace class.
1. Create a routine like this:
getnsp
set##class2. Run it in your terminal
%SYS
DOCBOOK
SAMPLES
USER
The method of executing class queries introduced in this article can be applied in a variety of cases.
You can see various class queries in the class reference. For example,
%SYS.DatabaseQuery: GetFreeSpace() Free space in database
%SYS.GlobalQuery: DirectoryList List of global names in database
Size List of global sizes in database
.png)
.png)
.png)

