Newsgroups: comp.lang.apl Path: utzoo!utgpu!watserv1!watmath!ljdickey From: ljdickey@watmath.waterloo.edu (L.J.Dickey) Subject: Re: HELP! Gunched workspace Message-ID: <1991Feb18.222635.22019@watmath.waterloo.edu> Organization: University of Waterloo References: <37764@netnews.upenn.edu> <1991Feb18.193731.26862@jato.jpl.nasa.gov> Date: Mon, 18 Feb 1991 22:26:35 GMT Lines: 25 In article <1991Feb18.193731.26862@jato.jpl.nasa.gov> sam@kalessin.jpl.nasa.gov (Sam Sirlin) writes: >In article <37764@netnews.upenn.edu>, wright@cattell.psych.upenn.edu (Ron Wright) writes: >|> I am working in STSC's APL*PLUS/PC and have a large database with... >|> Unfortunately, I used all the old backup disks and now I have a >|> corrupted workspace on the disk and both backups. >|> ... >|> Can anyone help me with this? ... I once had a "Gunched" workspace, but fortunately still some things worked. I did something along these lines: Quad-open Quad-write Quad-CR 'fun' Quad-close Then I went to an uncorrupted ws, and did something along these lines: Quad-open Quad-FX Quad-read 'fun' Quad-close I did not get everything back, but I got most. It was a pain, but it was better than re-typing all the functions.