| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 1652.1 | Broadcast is weird | MELTIN::dick | Gvriel::Schoeller | Wed Nov 01 1989 17:27 | 11 | 
|  | There are 2 settings which can affect broadcast.
SET TERM/BROAD
and
SET BROAD=(list of types)
You may very well have something in your LOGIN.COM which does a SET BROAD=NONE
Dick
 | 
| 1652.2 |  | TOOK::EGOLF | John C. Egolf LKG2-2/T02 x226-7874 | Thu Nov 02 1989 07:46 | 7 | 
|  | 	I don't  think  that  is  it.    If  I do a "SHOW BROAD" on the
	DECterm window I've created, it says:
	Broadcasts enabled for all classes.
						Still puzzled,
								JCE
 | 
| 1652.3 | create/terminal/detached? | UVRMNT::HERRLICH | Alan Herrlich | Tue Nov 07 1989 09:47 | 16 | 
|  | Hi John.
Do a SHOW PROCESS/SUBPROCESSES... are all the processes part of the
same "job tree"? (if you see a list of all the processes then the answer is yes)
Broadcast messages only get sent to one process of a job tree.
If this is the problem then use
create/term/detached
instead of just
create/term
				- Alan
 | 
| 1652.4 | Problem Solved | BSYBEE::EGOLF | John C. Egolf LKG2-2/T02 x226-7874 | Wed Nov 08 1989 08:07 | 28 | 
|  | 	Thanks Alan, you've solved my problem.
	If I do a CREATE/TERM/BROAD/DETACH
	it works just fine.  I do  think  that  this  isn't  documented
	clearly.   The help on create/term/broad indicates that  either
	the  characteristic  of  the  parent  is  used  or  the  switch
	(broad/nobroad) makes the  determination.    Apparently this is
	**ONLY** true if you use the /detach.
							Thanks again.
								JCE
CREATE
  /TERMINAL
    /BROADCAST
          /BROADCAST
          /NOBROADCAST
       Determines whether the terminal window is created with broadcast
       messages enabled. If neither qualifier is specified, the created
       terminal window inherits the broadcast characteristic of the
       parent.
  
 | 
| 1652.5 | /BROAD applies all the time | PRNSYS::LOMICKAJ |  | Wed Nov 08 1989 11:51 | 6 | 
|  | Not true - the TERMINAL CHARACTERISTIC is still /BROADCAST.  The choice
VMS makes for what terminals to send messages to is not related to the
terminal characteristics.  The fact the message isn't sent to terminals
connected to subprocesses should be addressed by the utility generating the
message.
 |