J STB.MAR is a program that will dump to SYS$OUTPUT a list of all of symbolsJ and their values that are found in a symbol table file.  It was written asM a quick hack to dump out the contents of SYS.STB, SYSDEF.STB, and DCLDEF.STB.   # To build it, simply MACRO and LINK:    	$ MACRO STB 	$ LINK/NOTRACE STB 
 	$ RUN STB  L If you want to capture the output, you must temporarily redefine SYS$OUTPUT:  ! 	$ define/user sys$output sys.txt 
 	$ run stb 	_File: SYS$SYSTEM:SYS.STB 	$  8 You can create a symbol and use it as a foreign command.  0 Questions, comments, or suggestions are welcome.  K Hunter Goatley, VAX Systems Programmer	    E-mail: goathunter@WKUVX1.BITNET 7 Academic Computing, STH 226		    Voice:  (502) 745-5251  Western Kentucky University  Bowling Green, KY 42101 