Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!elroy.jpl.nasa.gov!decwrl!mejac!orchard.la.locus.com!prodnet.la.locus.com!richg From: richg@locus.com (Rich Greenberg) Newsgroups: comp.lang.rexx Subject: Re: Variable dump utilities? Message-ID: <21658@oolong.la.locus.com> Date: 30 Jan 91 23:52:30 GMT References: <91028.231227DSB100@psuvm.psu.edu> Organization: Locus Computing Corp, Los Angeles Lines: 15 In article <91028.231227DSB100@psuvm.psu.edu> DSB100@psuvm.psu.edu (David Barr) writes: >This seems like a simple thing, but I was wondering if there are any utilities >out there that will provide a complete memory dump of all variables. I know There are some public domain programs that will do this. I don't have any but I remember some discussion on VMSHARE so If I were looking for such, I would look at MEMO REXX on VMSHARE. You can write it yourself. You need an assembly routine that does EXECCOMM calls, and just asks for the "next" variable until there are no more. The variables will be fed to you in random order, so if you want to sort them, that is up to you. You could also check with Dave Gomberg at UCSF in San Francisco. I don't have an internet address for him and I would rather not post his phone without his ok. Rich p.s. The above is for Rexx on VM/CMS. I can't speak for other platforms.