GENSYM - symbol definition generator 9-DEC-1989 The GENSYM program extracts global symbol definitions from object (or symbol table) files and creates output definitions files as required. This can be used to supplement DEC-supplied high-level language definitions or derive symbols from the SYS$SYSTEM:*.STB files. Typical use: $ CREATE Z.MAR .library /sys$library:lib/ $ucbdef GLOBAL $vcbdef GLOBAL $wcbdef GLOBAL .end $ MACRO Z -- make an object file with global symbols $ SET COMMAND GENSYM -- assumes gensym.cld has been edited to point to GENSYM.EXE $ GENSYM /FORTRAN/PASCAL/CC Z -- get these language defs.