! S P W . C M D ! ! This command file assembles and task-builds the ! SPooler Watch utility under IAS V3.1. ! ! Assemble the source. ! MAC/LI:[12,7]SPW/OBJ:[12,2]SPW [12,3]SPWMAC+[12,3]SPW ! ! Now link the task. ! LINK/MULTI/OPT/PRIV/TASK:[12,1]SPW [12,2]SPW,LB0:[1,1]EXEC.STB/SELECT RESAPR=3 TASK=$$$SPW ASG=TI:1 UNITS=1 ACTFIL=0 STACK=64 ; ; The next value may have to be changed if ; the starting address of CNTXT in SPR2.. ; is different than my version. ; The easiest way to find out is to re-taskbuild ; your version of SPR2 and only obtain the load ; map. From that, determine the value that ; is assigned to the symbol "CNTXT" and use ; that value here. ; GBLDEF=CNTXT:002736 ; / ! ! Purge all unneeded files. REM $$$SPW ! ! ! Now install this version. ! INS [12,1]SPW ! ! And finally, print the listing in order to test ! this utility. ! !PRINT/DEL SPW.LST ! ! Now test it. ! !SPW ! ! ==== ! >>>-----> Fini <-----<<< ! ====