Path: utzoo!utgpu!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!ucbvax!AUDUCVAX.BITNET!SWANGER From: SWANGER@AUDUCVAX.BITNET Newsgroups: comp.os.vms Subject: SYS$BRKTHRU help needed ... Message-ID: <8808022254.AA13610@ucbvax.berkeley.edu> Date: 28 Jul 88 16:13:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 19 I want to use SYS$BRKTHRU in a Fortran program. I want to use it to to send messages to various users who are logged in. I can't seem to get it to work. The following sample program is designed to send a message to myself when executed. It doesn't work. Does anyone know what I am doing wrong? I would appreciate any help that I could get. Thanks! David Swanger Academic Computing Services Auburn University, AL 36849 205-826-4813 SWANGER@AUDUCVAX <--- Bitnet Address C-------- Sample Program --------- istat = sys$brkthru(,%descr('Hello there!'),%DESCR('SWANGER'), * ,,,,,,,) end