Path: utzoo!mnetor!uunet!husc6!bloom-beacon!gatech!rutgers!ucla-cs!zen!ucbvax!CITHEX.CALTECH.EDU!carl From: carl@CITHEX.CALTECH.EDU Newsgroups: comp.os.vms Subject: Error in documentation of SET OUTPUT_RATE command Message-ID: <871219094139.00l@CitHex.Caltech.Edu> Date: 19 Dec 87 17:41:38 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 11 The on-line help for the SET OUTPUT_RATE command describes it as: "Sets the rate at which output is written to a batch job log file." However, it seems to do this for any process whose process-permanent definitions of SYS$INPUT and SYS$OUTPUT refer to disk files, rather than simply for batch jobs. Thus it is applicable to processes started with commands like: $ SPAWN/INPUT=procedure/OUTPUT=log[/NOWAIT] or $ RUN/INPUT=procedure/OUTPUT=log[/DETACH] SYS$SYSTEM:LOGINOUT