[Info-vax] [VMS983] SDA in non terminal mode?

George Cornelius cornelius at eisner.decus.org
Fri Jan 29 23:41:48 EST 2010


In article <4b606ab0$1 at news.langstoeger.at>, peter at langstoeger.at (Peter 'EPLAN' LANGSTOeGER) writes:
> Is there perhaps a way to tell SDA to *not* use SMG in interactive mode
> (like DFU freeware does with the DFU$NOSMG logical)?
> 
> eg.
> 
> $ PIPE WRITE SYS$OUTPUT "CLUE CONFIG" | ANALYZE/SYSTEM

If you just want it for the single liners, do this:

 $ PIPE WRITE SYS$OUTPUT "CLUE CONFIG" | ANALYZE/SYSTEM | TYPE SYS$INPUT

It behaves as desired when it knows the output device is not a
terminal.

I usually define symbols

 $ w:=write sys$output
 $ as:=anal/sys
 $ ts:=type sys$input

to make the command lines more compact.

George Cornelius

> and not having the annoying
> 
>     Press RETURN for more.

[...]


> -- 
> Peter "EPLAN" LANGSTÖGER
> Network and OpenVMS system specialist
> E-mail  Peter at LANGSTOeGER.at
> A-1030 VIENNA  AUSTRIA              I'm not a pessimist, I'm a realist



More information about the Info-vax mailing list