So Steven Levine published an updated version of this awesome util, but I'm now seeing an error, which I can't quite decipher:
[G:\util\theseus]linearmemorymap
Writing results to G:\util\theseus\linearmemorymap-20231223-1059.lst
[G:\util\theseus]G:\OS2\CMD.EXE /c G:\UTIL\MISC\LinearMemoryMap.cmd - 1>G:\util\theseus\linearmemorymap-20231223-1059.lst
Running from G:\util\theseus
NOVALUE signaled at G:\UTIL\MISC\LinearMemoryMap.cmd line 190.
REXX reason = DIR.
Source ="if dir \== '' then".
545 *-* Call lineout 'STDERR', 'Exiting.';
Exiting.
+++ Interactive trace. "Trace Off" to end debug, ENTER to Continue.
546 *-* Nop;
547 *-* If symbol('RC') \== 'VAR';
547 *-* Then;
548 *-* rc = 255;
549 *-* Exit rc;
ERROR signaled at G:\UTIL\MISC\LinearMemoryMap.cmd line 114.
REXX reason = G:\OS2\CMD.EXE /c G:\UTIL\MISC\LinearMemoryMap.cmd - >G:\util\theseus\linearmemorymap-20231223-1059.lst.
RC = 255.
Source ="cmd".
545 *-* Call lineout 'STDERR', 'Exiting.';
Exiting.
+++ Interactive trace. "Trace Off" to end debug, ENTER to Continue.
546 *-* Nop;
547 *-* If symbol('RC') \== 'VAR';
549 *-* Exit rc;
I'm running this from the Theseus directory, the linearmemorymap-20231223-1059.lst is created, and appears to be fine.
Any ideas?