Invideo added
If you are investigating complex structured Globals this can become
a rather boring typing exercise. Different from Global Explorer in
System Management Portal Global-Inspector allows a kind of drill-down
to dig deeper and deeper by subscript levels.
You also have the option to see the stored content or to show only
the subscript structures.
Globals storing SQL Tables are probably not so thrilling, but in SYSTEM
space you find real trees with completely different branches and twigs.
Global-Inspector can run in browser or from terminal command line.
required input
Subscripts require exact quoting. E.g. “JOURNAL” not JOURNAL
Make sure you have git and Docker desktop installed.
Clone/git pull the repo into any local directory
git https://github.com/r-cemper/Global-Inspector.git
Run the IRIS container with your project:
docker compose up -d && docker compose logs -f
http://localhost:42773/csp/user/ginspect.CSP
To open IRIS Terminal do:
$ docker-compose exec iris iris session iris USER>do ^rcc.ginspect Global Name : %SYS Maximum Subscripts : 2 Show content ? (0,1) [1] : 0 Start Subscript :"JOU" Stop Subscript : "K"
^%SYS("JOURNAL")
^%SYS("JOURNAL","ALTDIR")
^%SYS("JOURNAL","CURDIR")
^%SYS("JOURNAL","CURRENT")
^%SYS("JOURNAL","EXPSIZE")
^%SYS("JOURNAL","LAST")
^%SYS("JOURNAL","MAXSIZE")
^%SYS("JOURNAL","PREFIX")
>>> stop <<<
USER>
or using iTerm
http://localhost:42773/iterm/
To access IRIS System Management Portal:
http://localhost:42773/csp/sys/UtilHome.csp