 ; I ;  Copyright 1991 by Hunter Goatley.  This code may be freely distributed L ;  and modified for non-commercial purposes as long as this copyright notice ;  is retained.  ; H SET_PRCNAM.MAR is a MACRO program that will let you set the process nameG for any process on the system.  It doesn't use ASTs to do its work, but 7 instead simply modifies the PCB for the target process.    Not much practical use....   To build it, simply:   	$ MACRO SET_PRCNAM  	$ LINK/NOTRACE SET_PRCNAM 	$ RUN SET_PRCNAM ' 	Enter the PID of the target process: 0 $ 	Enter the new process name: Testing 	$ 	  Enjoy!  0 Questions, comments, or suggestions are welcome.  L Hunter Goatley, VAX Systems Programmer      E-mail: goathunter@WKUVX1.BITNETB Academic Computing, STH 226                 Voice:  (502) 745-5251 Western Kentucky University  Bowling Green, KY 42101 