XUA: How to stop XUA without logging on a Super.Super

XUA: How to stop XUA without logging on a Super.Super

Use the following steps to create and run a program as Super.Super.
 
1)Create a program for stopping the $XUA process: 

STOPIT
?NOLIST
?SOURCE $SYSTEM.SYSTEM.EXTDECS0(STOP)
?LIST
PROC testing MAIN;
BEGIN
  INT a[0:3];
  a ':=' "$XUA    ";
  STOP (a);
END;
 
2)Compile the program:

TAL/IN STOPIT/STOPITO;SUPPRESS
FILEINFO STOPITO
 
3)Locate a spooler supervisor that is running as 255,255:

STATUS *,PROG $SYSTEM.SYSTEM.SPOOL
 
4)Add a collector that will run the created program.  Start the collector, then remove it:

SPOOLCOM
OPEN <supervisor-process>
COLLECT $ABC,FILE STOPITO,START
COLLECT $ABC,DELETE
EXIT
 
5)Cleanup:

PURGE STOPIT
PURGE STOPITO

If this article did not provide a solution, please open a case with our support team by sending an email message to support@xypro.com.