Operating System - OpenVMS
1827721 Members
2911 Online
109968 Solutions
New Discussion

Re: Running TPU In Batch

 
SOLVED
Go to solution
Robert Atkinson
Respected Contributor

Running TPU In Batch


Anyone know if/how I can run a TPU session in batch?

Here is the extract of the script :-

$ SET NOON
$ DEFINE /USER SYS$INPUT SYS$COMMAND
$ EDIT /TPU /NOINIT /SEC=SYS$LIBRARY:SYS$TPUSECTION.TPU$SECTION /COMMAND=SY0:[LIVE.TXT]AMEND_HEADER_TPU.TXT SYS$TEMP:'SHORT'
$ SEVERITY = $SEVERITY
$ SET ON
$ !

Cheers, Rob.
2 REPLIES 2
Karl Rohwedder
Honored Contributor
Solution

Re: Running TPU In Batch

Rob,

you need to specify /NODISPLAY.

regards Kalle
Robert Atkinson
Respected Contributor

Re: Running TPU In Batch

Cheers Kalle - knew it would be something simple but couldn't put my finger on it.

Rob.