Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!caip!lll-crg!lll-lcc!ucdavis!ucbvax!CSNET-RELAY.ARPA!wpallen%watale%waterloo.CSNET From: wpallen%watale%waterloo.CSNET@CSNET-RELAY.ARPA ("Warren P. Allen @ U of) Newsgroups: mod.computers.vax Subject: redirecting regis output Message-ID: <8605091254.AA29189@watale.UUCP> Date: Fri, 9-May-86 08:54:24 EDT Article-I.D.: watale.8605091254.AA29189 Posted: Fri May 9 08:54:24 1986 Date-Received: Tue, 13-May-86 01:28:56 EDT Sender: usenet@ucbvax.BERKELEY.EDU Distribution: net Organization: The ARPA Internet Lines: 35 Approved: info-vax@sri-kl.arpa I've been compiling and running some ISSCO/DISSPLA programs using the CALL REGIS(3,1) subroutine which sends the graphics output (REGIS) to my vt241 terminal. I would like to capture these regis commands in a file but our release of ISSCO subroutines does not allow this. The package does allow one to create a meta file though, but this gets you no further ahead since DISSPOP - the program to interpret the meta file - also does not include the desired feature. I've tried many experients in redirecting output including: 1. $ @comfile/out=regis.out where: comfile=$ run issco_program 2. $ DEFINE FILE.NAME SYS$OUTPUT $ RUN ISSCO_PROGRAM 3. $ DEFINE/USER FILE.NAME FOR006 All three experiments yielded the same result: the TEXT diagnostic messages were captured in the file, BUT NO REGIS COMMANDS. The one experiment that DID work, was: $SET HOST/LOG=FILE.NAME 0 which keeps a log of the entire login session. This file DID have the regis commands in it. My question is this: what does SET HOST 0 do that the other 3 methods don't? Has anyone else tried anything like this? regards, Warren