DMSIPT143T ADDESSING EXCEPTION OCCURRED AT F2A6FC IN SYSTEM ROUTINE EXEC, RE-IPL CMS
Hello,
I'm getting DMSIPT143T on a very simple REXX program.
DMSIPT143T ADDESSING?EXCEPTION OCCURRED AT F2A6FC IN SYSTEM ROUTINE EXEC, RE-IPL CMS. CP ENTERED; DISABLED WAIT PSW '00020000 40F8B75E'
The REXX program is:
/* */ ? ? ?if RxFuncQuery( 'SysLoadFuncs' ) <> 0 then ? ? ? ? ?do ? ? ? ? ? ? call RxFuncAdd 'SysLoadFuncs', 'REXXUTIL', 'SysLoadFuncs' ? ? ? ? ? ? call SysLoadFuncs ? ? ? ? end a = 0 do forever ? a = a + 1 ? say a ? if a//20 = 0 then do ? ? 'cls' ? ? rc = syssleep(1) ? ? end ? end
Bertram Moshier
P.S. Should I open a ticket?? If so, where and against what (REXX or CMS)?
|