Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!ames!ucbcad!ucbvax!UTAH-CS.ARPA!cetron%utah-ced From: cetron%utah-ced@UTAH-CS.ARPA.UUCP Newsgroups: mod.computers.vax Subject: sys$wake etc... Message-ID: <8701261648.AA29781@utah-ced.ARPA> Date: Mon, 26-Jan-87 11:48:22 EST Article-I.D.: utah-ced.8701261648.AA29781 Posted: Mon Jan 26 11:48:22 1987 Date-Received: Wed, 28-Jan-87 06:45:07 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 22 Approved: info-vax@sri-kl.arpa thanks to all who responded - as far as the forgetting to declare sys$wake , or use the correct include statement, boy do I feel dumb ('specially when I remembered to declare pid and status.....) Well I did that and what do you know, it returned an error message that I didn't have enough arguments....hmmmmm.... so I did a little empirical testing: sys$wake() does not work sys$wake(,) does work sys$wake(pid) does not work sys$wake(pid,) does work.... hmmmm.... will this is totally consistent with the call/function having two required parameters, I just checked the uVMS Programming Support Manual and the VMS mini-reference and they both insist that sys$wake has two OPTIONAL arguments (and that they are independent). score; 1 mistake by me, 1 by Digital.... -ed cetron